///
import { TableAligns, TableTextColors, Theme, ThTdVariants, TrHighlights } from './types.js';
declare type InjectedPropsTr = {
$highlight?: TrHighlights;
$interactive: boolean;
};
declare type InjectedPropsThead = {
$sticky: boolean;
};
declare type InjectedPropsTh = {
$align: TableAligns;
theme: Theme;
$interactive: boolean;
$variant?: ThTdVariants;
};
declare type InjectedPropsTd = {
$align: TableAligns;
$textColor: TableTextColors;
theme: Theme;
$variant?: ThTdVariants;
$interactive: boolean;
$numeric: boolean;
};
export declare const ThTdContentStyle: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
export declare const TableStyle: import("styled-components").StyledComponent<"table", import("styled-components").DefaultTheme, {}, never>;
export declare const TbodyStyle: import("styled-components").StyledComponent<"tbody", import("styled-components").DefaultTheme, {}, never>;
export declare const TheadStyle: import("styled-components").StyledComponent<"thead", import("styled-components").DefaultTheme, InjectedPropsThead, never>;
export declare const TfootStyle: import("styled-components").StyledComponent<"tfoot", import("styled-components").DefaultTheme, {}, never>;
export declare const TrStyle: import("styled-components").StyledComponent<"tr", import("styled-components").DefaultTheme, InjectedPropsTr, never>;
export declare const TdStyle: import("styled-components").StyledComponent<"td", import("styled-components").DefaultTheme, InjectedPropsTd, never>;
export declare const ThStyle: import("styled-components").StyledComponent<"th", import("styled-components").DefaultTheme, InjectedPropsTh, never>;
export declare const ArrowTopStyle: import("styled-components").StyledComponent, "ref"> & import("react").RefAttributes>, import("styled-components").DefaultTheme, {}, never>;
export declare const ArrowBottomStyle: import("styled-components").StyledComponent, "ref"> & import("react").RefAttributes>, import("styled-components").DefaultTheme, {}, never>;
export {};
//# sourceMappingURL=styles.d.ts.map