import { TableProps, TableStyledProps } from './types'; export declare const HiddenDiv: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const getBorder: (align: 'left' | 'right' | 'top' | 'bottom', tableSize?: TableProps['size']) => import("styled-components").FlattenInterpolation>; export declare const TableStyled: import("styled-components").StyledComponent<"table", any, TableStyledProps, never>;