import React from "react"; import { UIKITTheme } from "../../../globalStyles"; export declare const TableElement: import("@emotion/styled").StyledComponent, HTMLTableElement>, "ref"> & { ref?: ((instance: HTMLTableElement | null) => void) | React.RefObject | null | undefined; }, "children" | "className" | "style" | "classes" | "sx" | "padding" | "size" | "stickyHeader"> & import("@mui/system").MUIStyledCommonProps, {}, {}>; export declare const TableWrapper: import("@emotion/styled").StyledComponent; interface HeaderTableCellProps { [key: string]: any; colorTheme: UIKITTheme; defaultHeaderStyles?: boolean; index?: number; minWidth?: number | string; withBorders?: boolean; } export declare const HeaderTableCell: import("@emotion/styled").StyledComponent, {}, {}>; interface RowProps { colorTheme: UIKITTheme; isClickable?: boolean; } export declare const Row: import("@emotion/styled").StyledComponent & import("@mui/system").MUIStyledCommonProps & RowProps, {}, {}>; export declare const EmptyTable: import("@emotion/styled").StyledComponent, HTMLTableRowElement>, "ref"> & { ref?: ((instance: HTMLTableRowElement | null) => void) | React.RefObject | null | undefined; }, "children" | "className" | "style" | "classes" | "sx" | "selected" | "hover"> & import("@mui/system").MUIStyledCommonProps & { colorTheme: UIKITTheme; }, {}, {}>; interface SortIconContainerProps { alignment?: string; } export declare const SortIconContainer: import("@emotion/styled").StyledComponent & import("@mui/system").MUIStyledCommonProps & SortIconContainerProps, {}, {}>; export declare const UpwardArrow: import("@emotion/styled").StyledComponent, "ref"> & { ref?: ((instance: SVGSVGElement | null) => void) | React.RefObject | null | undefined; }, "children" | "fontSize" | "className" | "style" | "classes" | "color" | "sx" | "shapeRendering" | "viewBox" | "htmlColor" | "inheritViewBox" | "titleAccess"> & import("@mui/system").MUIStyledCommonProps, {}, {}>; export declare const DownwardArrow: import("@emotion/styled").StyledComponent, "ref"> & { ref?: ((instance: SVGSVGElement | null) => void) | React.RefObject | null | undefined; }, "children" | "fontSize" | "className" | "style" | "classes" | "color" | "sx" | "shapeRendering" | "viewBox" | "htmlColor" | "inheritViewBox" | "titleAccess"> & import("@mui/system").MUIStyledCommonProps, {}, {}>; export {};