import { Cell, Row } from './index'; export declare const StyledNoContent: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const StyledTable: import("styled-components").StyledComponent<"table", any, {}, never>; export declare const StyledTH: import("styled-components").StyledComponent<"th", any, Partial, never>; export declare const StyledTR: import("styled-components").StyledComponent<"tr", any, Partial, never>; export declare const StyledTD: import("styled-components").StyledComponent<"td", any, Partial, never>;