export interface Props { flex?: boolean; mode?: string; value?: string | number; height?: string; position?: string; } declare function __VLS_template(): { default?(_: {}): any; }; declare const __VLS_component: import("vue").DefineComponent & Readonly<{}>, { value: string | number; mode: string; flex: boolean; position: string; height: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithTemplateSlots>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };