///
import type { ChipVariant } from './type';
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 & {
$variant?: ChipVariant | undefined;
$hasIcon?: boolean | undefined;
$isSelected?: boolean | undefined;
$disableAnimation?: boolean | undefined;
}, {}, {}>;
/** Label text container — a Part, not the ref target. */
export declare const ChipTextStyled: 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, {}, {}>;
/** Copy icon Part — owned by Chip so this primitive stays independent of `CopyButton`. */
export declare const ChipCopyButtonStyled: import("@emotion/styled").StyledComponent & {
$copied?: boolean | undefined;
}, import("react").DetailedHTMLProps, HTMLSpanElement>, {}>;
export declare const ChipCopyButtonIconStyled: import("@emotion/styled").StyledComponent & {
$visible: boolean;
}, import("react").DetailedHTMLProps, HTMLSpanElement>, {}>;