///
interface ActiveFilterChipContainerProps {
isLongLabel: boolean;
}
export declare const ActiveFilterChipContainer: 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 & ActiveFilterChipContainerProps, {}, {}>;
export {};