import { type ReactElement } from "react"; import { type IShowAsTableButtonProps } from "./types.js"; /** * @internal */ export declare function ShowAsTableButton(props: IShowAsTableButtonProps): ReactElement; //# sourceMappingURL=ShowAsTableButton.d.ts.map