import type { CSS } from '@project44-manifest/react-styles';
export declare type TableHeaderElement = 'thead';
export interface TableHeaderProps {
    /**
     * Theme aware style object
     */
    css?: CSS;
}
//# sourceMappingURL=TableHeader.types.d.ts.map