import React from 'react'; import { ViewTypeState } from '../../state/ViewTypeState'; export interface TableGridSwitchButtonProps { state: ViewTypeState; } declare function _TableGridSwitchButton({ state }: TableGridSwitchButtonProps): React.JSX.Element; export declare const TableGridSwitchButton: typeof _TableGridSwitchButton & { displayName: string; }; export {}; //# sourceMappingURL=TableGridSwitchButton.d.ts.map