import { FC } from 'react'; import { ButtonIconProps } from './types'; export declare const ButtonIcon: FC;