import React, { forwardRef, Ref } from 'react'; import { Box, color } from '@stacks/ui'; import { LinkProps } from '@components/typography'; export const IconButton = forwardRef((props: LinkProps, ref: Ref) => ( ));