declare var __VLS_1: {}, __VLS_15: {}, __VLS_43: {}, __VLS_45: {}; type __VLS_Slots = {} & { 'decrease-icon'?: (props: typeof __VLS_1) => any; } & { 'increase-icon'?: (props: typeof __VLS_15) => any; } & { prefix?: (props: typeof __VLS_43) => any; } & { suffix?: (props: typeof __VLS_45) => any; }; declare const __VLS_component: any; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };