///
export declare const COLLAPSED_WIDTH: number;
export declare const LinkCellContainer: import("@emotion/styled").StyledComponent & import("react").RefAttributes, "ref"> & {
ref?: ((instance: unknown) => void) | import("react").RefObject | null | undefined;
} & import("@mui/system").MUIStyledCommonProps, {}, {}>;
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 Chip: 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 & {
hasLabel?: boolean | undefined;
}, {}, {}>;
export declare const Label: import("@emotion/styled").StyledComponent, import("react").DetailedHTMLProps, HTMLSpanElement>, {}>;