import { CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps, Plugin } from 'vue'; import { DatePickerProps } from './types'; export declare const SDatePicker: { new (...args: any[]): CreateComponentPublicInstanceWithMixins & Readonly<{ onClear?: ((e: Event) => any) | undefined; onChange?: ((value: string | [string, string]) => any) | undefined; "onUpdate:modelValue"?: ((value: string | [string, string]) => any) | undefined; }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { clear: (e: Event) => any; change: (value: string | [string, string]) => any; "update:modelValue": (value: string | [string, string]) => any; }, PublicProps, { type: "date" | "daterange" | "month" | "monthrange" | "year" | "yearrange" | "week" | "weekrange"; size: "mini" | "small" | "medium" | "large"; textMode: boolean; textSeparator: string; }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly< DatePickerProps & { modelValue?: string | [string, string]; }> & Readonly<{ onClear?: ((e: Event) => any) | undefined; onChange?: ((value: string | [string, string]) => any) | undefined; "onUpdate:modelValue"?: ((value: string | [string, string]) => any) | undefined; }>, {}, {}, {}, {}, { type: "date" | "daterange" | "month" | "monthrange" | "year" | "yearrange" | "week" | "weekrange"; size: "mini" | "small" | "medium" | "large"; textMode: boolean; textSeparator: string; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & ComponentOptionsBase & Readonly<{ onClear?: ((e: Event) => any) | undefined; onChange?: ((value: string | [string, string]) => any) | undefined; "onUpdate:modelValue"?: ((value: string | [string, string]) => any) | undefined; }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { clear: (e: Event) => any; change: (value: string | [string, string]) => any; "update:modelValue": (value: string | [string, string]) => any; }, string, { type: "date" | "daterange" | "month" | "monthrange" | "year" | "yearrange" | "week" | "weekrange"; size: "mini" | "small" | "medium" | "large"; textMode: boolean; textSeparator: string; }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & Plugin; export * from './types';