///
export interface StyledChipProps {
type?: "warning" | "success" | "neutral" | "error" | "info";
version?: undefined | "outlined";
}
export declare const StyledChip: import("@emotion/styled").StyledComponent, HTMLDivElement>, "ref"> & {
ref?: ((instance: HTMLDivElement | null) => void) | import("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 & StyledChipProps, {}, {}>;