import { Mandatory } from "../../../viewModel";
interface Props {
    id: string;
    label?: string;
    mandatory: Mandatory;
}
type __VLS_Props = Props;
type __VLS_PublicProps = {
    'range': {
        start: Date;
        end: Date;
    };
} & __VLS_Props;
declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
    "update:range": (value: {
        start: Date;
        end: Date;
    }) => any;
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
    "onUpdate:range"?: ((value: {
        start: Date;
        end: Date;
    }) => any) | undefined;
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
export default _default;
//# sourceMappingURL=View.vue.d.ts.map