/// interface StyledTableProps { scrollable?: boolean; } export declare const StyledTable: import("styled-components").StyledComponent<"table", any, StyledTableProps, never>; export declare const StyledTd: import("styled-components").StyledComponent<"td", any, {}, never>; export declare const StyledTh: import("styled-components").StyledComponent<"th", any, {}, never>; export interface StyledTrProps { name?: string; header?: boolean; empty?: boolean; disabled?: boolean; } export declare const StyledTr: import("styled-components").StyledComponent<"tr", any, StyledTrProps, never>; interface StyledTbodyProps { empty?: boolean; height?: number; } export declare const StyledTbody: import("styled-components").StyledComponent<"tbody", any, StyledTbodyProps, never>; export declare const StyledThead: import("styled-components").StyledComponent<"thead", any, {}, never>; export declare const Container: import("styled-components").StyledComponent<"div", any, {}, never>; interface StyledLabelProps { loading?: boolean; } export declare const StyledLabel: import("styled-components").StyledComponent<({ appearance, text, stretch, ...other }: import("../Label").LabelProps & import("react").HTMLAttributes) => JSX.Element, any, StyledLabelProps, never>; interface StyledButtonProps { rotate?: boolean; } export declare const StyledButton: import("styled-components").StyledComponent<"button", any, StyledButtonProps, never>; export {};