import { FC } from 'react'; import { IconButtonProps } from './IconButton.types'; export declare const IconButton: FC;