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