import { StyledProps } from './types'; export declare const HeadCellContent: import("styled-components").StyledComponent<"span", any, {}, never>; export declare const HeadCell: import("styled-components").StyledComponent<"th", any, { bgTheme: string; } & StyledProps & { bgTheme: 'lightBackground' | 'darkBackground'; }, "bgTheme">;