import { PropType } from 'vue'; import { FormatTypes } from './utils/helpers'; declare const _default: import('vue').DefineComponent; default: string; }; formats: { type: PropType; default: () => never[]; }; /** * イニシャルのデータをv-modelに初回反映させるかどうか */ isInitialReflect: { type: BooleanConstructor; default: boolean; }; /** * イニシャルのデータを指定 */ initialValue: { type: PropType<{ label: string; value: string | number; }[]>; default: () => never[]; }; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "update:modelValue": (payload: String) => void; earlyUpdate: (payload: string) => void; }, string, import('vue').PublicProps, Readonly; default: string; }; formats: { type: PropType; default: () => never[]; }; /** * イニシャルのデータをv-modelに初回反映させるかどうか */ isInitialReflect: { type: BooleanConstructor; default: boolean; }; /** * イニシャルのデータを指定 */ initialValue: { type: PropType<{ label: string; value: string | number; }[]>; default: () => never[]; }; }>> & Readonly<{ "onUpdate:modelValue"?: ((payload: String) => any) | undefined; onEarlyUpdate?: ((payload: string) => any) | undefined; }>, { mode: "date" | "normal"; format: string; formats: FormatTypes[]; isInitialReflect: boolean; initialValue: { label: string; value: string | number; }[]; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export default _default; //# sourceMappingURL=CCWheelMultiPicker.vue.d.ts.map