import { type ReactElement } from "react"; import { type IShowAsTableButtonProps } from "../types.js"; export declare const AS_TABLE_MENU_BUTTON_ID = "AS_TABLE_MENU_BUTTON_ID"; export declare function ShowAsTableButton({ widget, onClick, isWidgetAsTable }: IShowAsTableButtonProps): ReactElement | null; //# sourceMappingURL=ShowAsTableButton.d.ts.map