///
export declare const ChipStyled: import("@emotion/styled").StyledComponent & Omit, HTMLDivElement>, "ref"> & {
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject | null | undefined;
}, keyof import("@mui/system").BoxOwnProps> & import("@mui/system").MUIStyledCommonProps & {
textColor?: string | undefined;
bgColor?: string | undefined;
borderColor?: string | undefined;
disabled?: boolean | undefined;
padding?: string | undefined;
unknownText?: string | undefined;
minWidth?: string | undefined;
maxWidth?: string | undefined;
isSelected?: boolean | undefined;
copyText?: string | undefined;
expandDirection?: "left" | "right" | undefined;
chipStyles?: object | undefined;
disableAnimation?: boolean | undefined;
containerStyles?: object | undefined;
fullWidth?: boolean | undefined;
} & import("@mui/material/OverridableComponent").CommonProps & Omit, HTMLDivElement>, "ref"> & {
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject | null | undefined;
}, keyof import("@mui/material/OverridableComponent").CommonProps | keyof import("@mui/system").BoxOwnProps> & {
children?: import("react").ReactNode;
} & {
isSelected?: boolean | undefined;
}, {}, {}>;
export declare const Wrapper: import("@emotion/styled").StyledComponent & Omit, HTMLDivElement>, "ref"> & {
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject | null | undefined;
}, keyof import("@mui/system").BoxOwnProps> & import("@mui/system").MUIStyledCommonProps, {}, {}>;
export declare const CopyWrapper: import("@emotion/styled").StyledComponent & Omit, HTMLDivElement>, "ref"> & {
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject | null | undefined;
}, keyof import("@mui/system").BoxOwnProps> & import("@mui/system").MUIStyledCommonProps, {}, {}>;