/// export type Props = { borderColor?: string; topBorder?: boolean; bottomBorder?: boolean; headerColor?: string; }; export declare const Header: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute, HTMLTableSectionElement>, Props>>;