import React from "react"; export declare const TableTitle: import("@emotion/styled").StyledComponent; export declare const Backdrop: import("@emotion/styled").StyledComponent, React.DetailedHTMLProps, HTMLDivElement>, {}>; export declare const Modal: import("@emotion/styled").StyledComponent, React.DetailedHTMLProps, HTMLDivElement>, {}>; export declare const MainBox: import("@emotion/styled").StyledComponent, React.DetailedHTMLProps, HTMLDivElement>, {}>; export declare const Label: import("@emotion/styled").StyledComponent & import("@mui/material/OverridableComponent").CommonProps & Omit, HTMLLabelElement>, "ref"> & { ref?: ((instance: HTMLLabelElement | null) => void) | React.RefObject | null | undefined; }, "children" | "error" | "focused" | "disabled" | "filled" | "required" | "className" | "style" | "classes" | "color" | "sx" | "margin" | "size" | "variant" | "disableAnimation" | "shrink"> & import("@mui/system").MUIStyledCommonProps, {}, {}>; export declare const Input: import("@emotion/styled").StyledComponent<{ variant?: import("@mui/material/TextField").TextFieldVariants | undefined; } & Omit & import("@mui/system").MUIStyledCommonProps, {}, {}>; export declare const SmallChip: import("@emotion/styled").StyledComponent, HTMLDivElement>, "ref"> & { ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject | null | undefined; }, "children" | "disabled" | "className" | "style" | "classes" | "tabIndex" | "color" | "sx" | "label" | "size" | "icon" | "variant" | "avatar" | "clickable" | "deleteIcon" | "onDelete" | "skipFocusWhenDisabled"> & import("@mui/system").MUIStyledCommonProps, {}, {}>;