import type { ChipProps } from './ChipProps'; export type { ChipProps }; /** * This is a basic Chip component used to create all Chip components. * When onClick is provided, the ref will be typed as HTMLButtonElement. * When onClick is not provided, the ref will be typed as HTMLDivElement. */ export declare const Chip: import('react').MemoExoticComponent< import('react').ForwardRefExoticComponent< Omit & import('react').RefAttributes > >; //# sourceMappingURL=Chip.d.ts.map