export declare const getClassNames: (props: any) => import("@fluentui/merge-styles").IProcessedStyleSet<{ SkeTable: { overflowX: string; }; tabell: { display: string; width: string | undefined; borderCollapse: string; textAlign: string; height: string; }; tabellCaption: { textAlign: string; }; tabellThead: { display: string; }; tabellTheadRow: { verticalAlign: string; }; emptyTd: { borderBottom: string; }; }>;