import { ReactNode } from "react"; import { ThemePrepared } from "@fluentui/styles"; export interface ITableThemeProps { globalTheme: ThemePrepared; children: ReactNode; } export declare const TableTheme: ({ globalTheme, children }: ITableThemeProps) => JSX.Element; //# sourceMappingURL=TableTheme.d.ts.map