import { DateRangeSelectRangeValue } from '../../types';
type __VLS_Props = {
    min?: Date;
    minReason?: string;
    max?: Date;
    maxReason?: string;
};
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
    apply: (args_0: DateRangeSelectRangeValue | null) => any;
    close: () => any;
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
    onApply?: ((args_0: DateRangeSelectRangeValue | null) => any) | undefined;
    onClose?: (() => any) | undefined;
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
export default _default;
