declare function __VLS_template(): { attrs: Partial<{}>; slots: Readonly<{ default(): any; prepend(): any; append(): any; }> & { default(): any; prepend(): any; append(): any; }; refs: {}; rootEl: HTMLDivElement; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent; }; round: { type: import('vue').PropType; }; color: { type: import('vue').PropType; default: string; }; variant: { type: import('vue').PropType; default: string; }; focused: { type: BooleanConstructor; }; disabled: { type: BooleanConstructor; }; readonly: { type: BooleanConstructor; }; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly; }; round: { type: import('vue').PropType; }; color: { type: import('vue').PropType; default: string; }; variant: { type: import('vue').PropType; default: string; }; focused: { type: BooleanConstructor; }; disabled: { type: BooleanConstructor; }; readonly: { type: BooleanConstructor; }; }>> & Readonly<{}>, { color: "normal" | "primary" | "success" | "warning" | "danger"; disabled: boolean; variant: "solid" | "outline" | "text"; readonly: boolean; focused: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };