import { FC } from 'react'; import { IconButtonProps } from './types'; /** * @deprecated The component "IconButton" is deprecated. Please use "ButtonIcon" instead. */ export declare const IconButton: FC;