///
export declare const StyledMenuItem: import("@emotion/styled").StyledComponent & import("@mui/material/OverridableComponent").CommonProps & Omit, HTMLLIElement>, "ref"> & {
ref?: ((instance: HTMLLIElement | null) => void) | import("react").RefObject | null | undefined;
}, "disabled" | "classes" | "autoFocus" | "className" | "style" | "tabIndex" | "children" | "selected" | "sx" | "dense" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableGutters" | "divider"> & import("@mui/system").MUIStyledCommonProps & {
alwaysShowRightAction?: boolean | undefined;
}, {}, {}>;
export declare const StyledMenu: import("@emotion/styled").StyledComponent & {
minWidth?: string | number | undefined;
}, {}, {}>;
export declare const StyledListItemIcon: import("@emotion/styled").StyledComponent, {}, {}>;
export declare const StyledListItemText: import("@emotion/styled").StyledComponent, import("react").ElementType> & import("@mui/system").MUIStyledCommonProps, {}, {}>;
export declare const StyledSelect: import("@emotion/styled").StyledComponent & import("@mui/system").MUIStyledCommonProps, {}, {}>;
export declare const StyledOption: import("@emotion/styled").StyledComponent & import("@mui/material/OverridableComponent").CommonProps & Omit, HTMLLIElement>, "ref"> & {
ref?: ((instance: HTMLLIElement | null) => void) | import("react").RefObject | null | undefined;
}, "disabled" | "classes" | "autoFocus" | "className" | "style" | "tabIndex" | "children" | "selected" | "sx" | "dense" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableGutters" | "divider"> & import("@mui/system").MUIStyledCommonProps, {}, {}>;
export declare const StyledSelectComponent: import("@emotion/styled").StyledComponent, import("react").DetailedHTMLProps, HTMLParagraphElement>, {}>;
export declare const StyledMenuTitle: import("@emotion/styled").StyledComponent, import("react").DetailedHTMLProps, HTMLParagraphElement>, {}>;
export declare const StyledIconForDropDown: import("@emotion/styled").StyledComponent, import("react").DetailedHTMLProps, HTMLImageElement>, {}>;
export declare const CheckboxStyled: import("@emotion/styled").StyledComponent & import("@mui/system").MUIStyledCommonProps, {}, {}>;