import { PropType, InputHTMLAttributes } from 'vue';
import { SfChipSize } from '../../index.ts';
declare const _default: __VLS_WithTemplateSlots;
default: SfChipSize;
};
modelValue: {
type: PropType;
default: boolean;
};
inputProps: {
type: PropType;
default: null;
};
square: {
type: BooleanConstructor;
default: boolean;
};
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
"update:modelValue": (param: any[] | Set | (boolean | "true" | "false") | undefined) => void;
}, string, import('vue').PublicProps, Readonly;
default: SfChipSize;
};
modelValue: {
type: PropType;
default: boolean;
};
inputProps: {
type: PropType;
default: null;
};
square: {
type: BooleanConstructor;
default: boolean;
};
}>> & Readonly<{
"onUpdate:modelValue"?: ((param: any[] | Set | (boolean | "true" | "false") | undefined) => any) | undefined;
}>, {
size: "base" | "sm";
square: boolean;
modelValue: any[] | Set | (boolean | "true" | "false") | undefined;
inputProps: InputHTMLAttributes;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
prefix?(_: {}): any;
default?(_: {}): any;
suffix?(_: {}): any;
}>;
export default _default;
type __VLS_WithTemplateSlots = T & {
new (): {
$slots: S;
};
};
//# sourceMappingURL=SfChip.vue.d.ts.map