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