import { PropsWithChildren } from 'react'; declare type Props = PropsWithChildren<{ className?: string; side?: 'left' | 'right'; }>; export declare const ButtonIcon: { ({ side, className, children }: Props): JSX.Element; displayName: string; }; export {};