import './Chip.css';
import type { ChipBaseProps } from './index';
export declare const cnChip: import("@bem-react/classname").ClassNameFormatter;
export declare const Chip: import("../../utils/polymorphicComponentWithRef").PolymorphicComponentWithRef<ChipBaseProps, "button", "as">;