type __VLS_Props = { is: string; }; declare var __VLS_7: string | number, __VLS_8: any; type __VLS_Slots = {} & { [K in NonNullable]?: (props: typeof __VLS_8) => any; }; declare const __VLS_component: import("vue").DefineComponent<__VLS_TypePropsToOption<__VLS_Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly>>, {}, {}>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_NonUndefinedable = T extends undefined ? never : T; type __VLS_TypePropsToOption = { [K in keyof T]-?: {} extends Pick ? { type: import('vue').PropType<__VLS_NonUndefinedable>; } : { type: import('vue').PropType; required: true; }; }; type __VLS_WithSlots = T & { new (): { $slots: S; }; };