interface CellProps {
    sticky: boolean;
    stickyCol: boolean;
    verticalAlign: string;
    textAlign: string;
    hideSm: boolean;
    theme: any;
}
export declare const th: import("styled-components").StyledComponent<"th", any, CellProps, never>;
export declare const td: import("styled-components").StyledComponent<"td", any, CellProps, never>;
export {};
