///
import { TableCellProps } from "@mui/material/TableCell/TableCell";
import { UIKITTheme } from "../../../globalStyles";
export declare const HeaderTableCell: import("@emotion/styled").StyledComponent & {
isSticky: boolean;
theme: UIKITTheme;
withBorders: boolean;
}, {}, {}>;
export declare const MainContainer: import("@emotion/styled").StyledComponent, HTMLDivElement>, "ref"> & {
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject | null | undefined;
}, "square" | "children" | "className" | "style" | "classes" | "sx" | "elevation" | "variant"> & import("@mui/system").MUIStyledCommonProps, {}, {}>;
export declare const CollapsedCell: import("@emotion/styled").StyledComponent & {
theme: UIKITTheme;
}, {}, {}>;
export declare const Wrapper: import("@emotion/styled").StyledComponent, HTMLDivElement>, "ref"> & {
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject | null | undefined;
}, "children" | "className" | "style" | "classes" | "sx"> & import("@mui/system").MUIStyledCommonProps & {
hasItems: boolean;
theme: UIKITTheme;
}, {}, {}>;
export declare const TableHeader: import("@emotion/styled").StyledComponent, HTMLTableRowElement>, "ref"> & {
ref?: ((instance: HTMLTableRowElement | null) => void) | import("react").RefObject | null | undefined;
}, "children" | "className" | "style" | "classes" | "sx" | "selected" | "hover"> & import("@mui/system").MUIStyledCommonProps & {
theme: UIKITTheme;
}, {}, {}>;
export declare const EmptyTable: import("@emotion/styled").StyledComponent, HTMLTableRowElement>, "ref"> & {
ref?: ((instance: HTMLTableRowElement | null) => void) | import("react").RefObject | null | undefined;
}, "children" | "className" | "style" | "classes" | "sx" | "selected" | "hover"> & import("@mui/system").MUIStyledCommonProps & {
theme: UIKITTheme;
}, {}, {}>;
export declare const Row: import("@emotion/styled").StyledComponent, HTMLTableRowElement>, "ref"> & {
ref?: ((instance: HTMLTableRowElement | null) => void) | import("react").RefObject | null | undefined;
}, "children" | "className" | "style" | "classes" | "sx" | "selected" | "hover"> & import("@mui/system").MUIStyledCommonProps & {
isClickable: boolean;
isSelected: boolean;
theme: UIKITTheme;
}, {}, {}>;
interface CellProps extends TableCellProps {
hasAction?: boolean;
isSelected: boolean;
isSticky: boolean;
theme: UIKITTheme;
withBorders: boolean;
}
export declare const Cell: import("@emotion/styled").StyledComponent & CellProps, {}, {}>;
export declare const Subtitle2: import("@emotion/styled").StyledComponent, HTMLSpanElement>, "ref"> & {
ref?: ((instance: HTMLSpanElement | null) => void) | import("react").RefObject | null | undefined;
}, "children" | "m" | "zIndex" | "typography" | "fontFamily" | "fontSize" | "fontWeight" | "fontStyle" | "lineHeight" | "letterSpacing" | "border" | "className" | "style" | "classes" | "color" | "sx" | "p" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxShadow" | "boxSizing" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "order" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "top" | "visibility" | "whiteSpace" | "width" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "overflow" | "padding" | "paddingBlock" | "paddingInline" | "align" | "bgcolor" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "displayPrint" | "noWrap" | "variant" | "gutterBottom" | "paragraph" | "variantMapping"> & import("@mui/system").MUIStyledCommonProps, {}, {}>;
export declare const DataValue: import("@emotion/styled").StyledComponent, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const ColoredValue: import("@emotion/styled").StyledComponent & {
isPositive: boolean;
theme: UIKITTheme;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export {};