import { IButtonGridCellProps } from './ButtonGridCell.types'; export declare const ButtonGridCell: >(props: IButtonGridCellProps) => JSX.Element;