///
import { Theme } from '@mui/material';
export declare const StyledTable: import("@emotion/styled").StyledComponent<{
children?: import("react").ReactNode;
classes?: Partial | undefined;
padding?: "none" | "normal" | "checkbox" | undefined;
size?: "small" | "medium" | undefined;
stickyHeader?: boolean | undefined;
sx?: import("@mui/material").SxProps | undefined;
} & import("@mui/material/OverridableComponent").CommonProps & Omit, HTMLTableElement>, "key" | keyof import("react").TableHTMLAttributes> & {
ref?: ((instance: HTMLTableElement | null) => void) | import("react").RefObject | null | undefined;
}, "children" | keyof import("@mui/material/OverridableComponent").CommonProps | "sx" | "padding" | "size" | "stickyHeader"> & import("@mui/system").MUIStyledCommonProps, {}, {}>;
export declare const StyledTableHead: import("@emotion/styled").StyledComponent<{
children?: import("react").ReactNode;
classes?: Partial | undefined;
sx?: import("@mui/material").SxProps | undefined;
} & import("@mui/material/OverridableComponent").CommonProps & Omit, HTMLTableSectionElement>, "key" | keyof import("react").HTMLAttributes> & {
ref?: ((instance: HTMLTableSectionElement | null) => void) | import("react").RefObject | null | undefined;
}, "children" | keyof import("@mui/material/OverridableComponent").CommonProps | "sx"> & import("@mui/system").MUIStyledCommonProps, {}, {}>;
export declare const StyledTableBody: import("@emotion/styled").StyledComponent<{
children?: import("react").ReactNode;
classes?: Partial | undefined;
sx?: import("@mui/material").SxProps | undefined;
} & import("@mui/material/OverridableComponent").CommonProps & Omit, HTMLTableSectionElement>, "key" | keyof import("react").HTMLAttributes> & {
ref?: ((instance: HTMLTableSectionElement | null) => void) | import("react").RefObject | null | undefined;
}, "children" | keyof import("@mui/material/OverridableComponent").CommonProps | "sx"> & import("@mui/system").MUIStyledCommonProps, {}, {}>;
export declare const StyledTableRow: import("@emotion/styled").StyledComponent<{
children?: import("react").ReactNode;
classes?: Partial | undefined;
hover?: boolean | undefined;
selected?: boolean | undefined;
sx?: import("@mui/material").SxProps | undefined;
} & import("@mui/material/OverridableComponent").CommonProps & Omit, HTMLTableRowElement>, "key" | keyof import("react").HTMLAttributes> & {
ref?: ((instance: HTMLTableRowElement | null) => void) | import("react").RefObject | null | undefined;
}, "children" | keyof import("@mui/material/OverridableComponent").CommonProps | "sx" | "selected" | "hover"> & import("@mui/system").MUIStyledCommonProps, {}, {}>;
export declare const StyledTableCell: import("@emotion/styled").StyledComponent, {}, {}>;
export declare const StyledTableFooter: import("@emotion/styled").StyledComponent<{
children?: import("react").ReactNode;
classes?: Partial | undefined;
sx?: import("@mui/material").SxProps | undefined;
} & import("@mui/material/OverridableComponent").CommonProps & Omit, HTMLTableSectionElement>, "key" | keyof import("react").HTMLAttributes> & {
ref?: ((instance: HTMLTableSectionElement | null) => void) | import("react").RefObject | null | undefined;
}, "children" | keyof import("@mui/material/OverridableComponent").CommonProps | "sx"> & import("@mui/system").MUIStyledCommonProps, {}, {}>;