import { DateRangeSelectAroundValue } from '../../types';
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
    apply: (args_0: DateRangeSelectAroundValue | null) => any;
    close: () => any;
}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
    onApply?: ((args_0: DateRangeSelectAroundValue | null) => any) | undefined;
    onClose?: (() => any) | undefined;
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;
