import { ChipVariantProps } from './chip.css';
import { default as React } from 'react';

export type ChipProps = ChipVariantProps & React.HTMLAttributes<HTMLSpanElement> & {
    className?: string;
};
export declare const Chip: React.FC<ChipProps>;
//# sourceMappingURL=chip.d.ts.map