/// export interface TableGridSwitchButtonProps { state: { viewType: 'table' | 'grid'; changeViewType: (viewType: string) => void; }; } declare function _TableGridSwitchButton(props: TableGridSwitchButtonProps): JSX.Element; export declare const TableGridSwitchButton: typeof _TableGridSwitchButton & { displayName: string; }; export {}; //# sourceMappingURL=TableGridSwitchButton.d.ts.map