import { Mandatory } from "../../../viewModel";
interface Props {
    id: string;
    label: string;
    fromValue?: number;
    fromUnit?: string;
    toValue?: number;
    toUnit?: string;
    helperMessage?: string;
    placeholder?: string;
    mandatory: Mandatory;
}
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
    onChange: (minVal: number, minUnit: string, maxVal: number, maxUnit: string) => any;
    validated: (validation: {
        isValid: boolean;
        id: string;
        values: any;
    }) => any;
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
    onOnChange?: ((minVal: number, minUnit: string, maxVal: number, maxUnit: string) => any) | undefined;
    onValidated?: ((validation: {
        isValid: boolean;
        id: string;
        values: any;
    }) => any) | undefined;
}>, {
    fromValue: number;
    fromUnit: string;
    toValue: number;
    toUnit: string;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
export default _default;
//# sourceMappingURL=View.vue.d.ts.map