interface Props { color?: 'neutral' | 'accent' | 'error' | 'warning' | 'success' | 'blue' | 'pink' | 'magenta' | 'yellow' | 'white'; disabled?: boolean; isClearable?: boolean; isSquare?: boolean; label?: string; leadingIcon?: string; size?: '2xs' | 'xs' | 'sm' | 'md' | 'lg'; trailingIcon?: string; variant?: 'outline' | 'soft' | 'solid'; } declare var __VLS_1: {}, __VLS_8: {}, __VLS_15: {}; type __VLS_Slots = {} & { 'leading-icon'?: (props: typeof __VLS_1) => any; } & { default?: (props: typeof __VLS_8) => any; } & { 'trailing-icon'?: (props: typeof __VLS_15) => any; }; declare const __VLS_base: import('vue').DefineComponent any; }, string, import('vue').PublicProps, Readonly & Readonly<{ onOnClear?: (() => any) | undefined; }>, { label: string; size: "2xs" | "xs" | "sm" | "md" | "lg"; variant: "outline" | "soft" | "solid"; color: "neutral" | "accent" | "error" | "warning" | "success" | "blue" | "pink" | "magenta" | "yellow" | "white"; isClearable: boolean; leadingIcon: string; trailingIcon: string; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=CpBadge.vue.d.ts.map