import { CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps } from 'vue';
import { Props } from './types';
import { InstallRecord, NameRecord } from '../types';
export declare const MeDatetimePicker: {
    new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<{
        modelValue?: string;
    } & Props> & Readonly<{
        onCancel?: (() => any) | undefined;
        "onUpdate:modelValue"?: ((value: string) => any) | undefined;
        onSure?: ((arr: number[]) => any) | undefined;
    }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
        "update:modelValue": (value: string) => any;
    } & {
        cancel: () => any;
        sure: (arr: number[]) => any;
    }, PublicProps, {
        type: "date" | "year-month" | "month-day" | "time" | "datetime";
        visible: boolean;
        minDate: Date;
        maxDate: Date;
    }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
        P: {};
        B: {};
        D: {};
        C: {};
        M: {};
        Defaults: {};
    }, Readonly<{
        modelValue?: string;
    } & Props> & Readonly<{
        onCancel?: (() => any) | undefined;
        "onUpdate:modelValue"?: ((value: string) => any) | undefined;
        onSure?: ((arr: number[]) => any) | undefined;
    }>, {}, {}, {}, {}, {
        type: "date" | "year-month" | "month-day" | "time" | "datetime";
        visible: boolean;
        minDate: Date;
        maxDate: Date;
    }>;
    __isFragment?: never;
    __isTeleport?: never;
    __isSuspense?: never;
} & ComponentOptionsBase<Readonly<{
    modelValue?: string;
} & Props> & Readonly<{
    onCancel?: (() => any) | undefined;
    "onUpdate:modelValue"?: ((value: string) => any) | undefined;
    onSure?: ((arr: number[]) => any) | undefined;
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
    "update:modelValue": (value: string) => any;
} & {
    cancel: () => any;
    sure: (arr: number[]) => any;
}, string, {
    type: "date" | "year-month" | "month-day" | "time" | "datetime";
    visible: boolean;
    minDate: Date;
    maxDate: Date;
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & InstallRecord & NameRecord;
