import { QInputProps } from "quasar";
type __VLS_Props = QInputProps & {
    required?: boolean;
    height?: string;
    step?: number;
    currency?: boolean;
    decimals?: number;
    useFieldOnReadonly?: boolean;
    fieldFormat?: (v: any) => any;
    percentage?: boolean;
    currencySymbol?: string;
    rows?: string;
};
type __VLS_PublicProps = __VLS_Props & {
    modelValue?: number | string | null;
};
declare var __VLS_16: {}, __VLS_18: {};
type __VLS_Slots = {} & {
    prepend?: (props: typeof __VLS_16) => any;
} & {
    append?: (props: typeof __VLS_18) => any;
};
declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {
    validate: () => boolean | Promise<boolean> | undefined;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
    "update:modelValue": (value: string | number | null | undefined) => any;
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
    "onUpdate:modelValue"?: ((value: string | number | null | undefined) => any) | undefined;
}>, {
    loading: boolean;
    type: "number" | "search" | "text" | "textarea" | "time" | "password" | "date" | "email" | "tel" | "file" | "url" | "datetime-local";
    disable: boolean;
    required: boolean;
    height: string;
    step: number;
    readonly: boolean;
    useFieldOnReadonly: boolean;
    decimals: number;
    currencySymbol: string;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
export default _default;
type __VLS_WithSlots<T, S> = T & {
    new (): {
        $slots: S;
    };
};
//# sourceMappingURL=WinInput.vue.d.ts.map