import { ChipProps } from './Chip.types'; export declare const getClassNames: (props: ChipProps) => string;