import { ChipsProps } from './Chips.types'; export type { ChipsProps } from './Chips.types'; /** * Chips component for displaying selectable options. * Supports three types: default (no indicator), single (radio-style), and multi (checkbox-style). */ export declare const Chips: import('react').ForwardRefExoticComponent & import('react').RefAttributes>; //# sourceMappingURL=index.d.ts.map