import { ComponentProps } from 'react'; export declare const ChipDefault: import("react").FunctionComponent & import("@salutejs/plasma-new-hope/styled-components").ChipProps & import("react").RefAttributes>; export declare const ChipTransparent: import("react").FunctionComponent & import("@salutejs/plasma-new-hope/styled-components").ChipProps & import("react").RefAttributes>; export type ChipProps = ComponentProps; /** * Компонент chip. */ export declare const Chip: import("react").ForwardRefExoticComponent<((Omit & import("@salutejs/plasma-new-hope/styled-components").ChipProps & import("react").RefAttributes, "ref">, "appearance"> & { appearance?: "default"; }) | (Omit & import("@salutejs/plasma-new-hope/styled-components").ChipProps & import("react").RefAttributes, "ref">, "appearance"> & { appearance: "transparent"; })) & import("react").RefAttributes>;