import { ReactFCWithChildren } from '../../../types'; import { ColorType } from '../../../utils'; import { ChipsType } from '../type'; interface ChipsFrameProps { colorType: ColorType; icon?: { type: 'reset' | 'filter'; onClick: () => void; }; type: ChipsType; } declare const ChipsFrame: ReactFCWithChildren; export type { ChipsFrameProps }; export { ChipsFrame }; //# sourceMappingURL=index.d.ts.map