import type { IButtonGridCellProps } from './ButtonGridCell.types'; import type { JSXElement } from '@fluentui/utilities'; export declare const ButtonGridCell: >(props: IButtonGridCellProps) => JSXElement;