import type { FullExtendStyle, HeaderStyleOption, StylePropertyFunctionArg } from '../ts-types';
import { TextHeaderStyle } from './style/MultilineTextHeaderStyle';
import { Style } from './style/Style';
import type { TableTheme } from '../themes/theme';
export { Style, TextHeaderStyle };
export declare function of(headerStyle: HeaderStyleOption, defaultHeaderStyle: HeaderStyleOption, styleArg: StylePropertyFunctionArg, StyleClass: typeof Style, globalAutoWrapText: boolean, theme: TableTheme): FullExtendStyle;
