export default _sfc_main; declare const _sfc_main: import("vue").DefineComponent<{ cron: { type: ObjectConstructor; default: () => { second: string; min: string; hour: string; day: string; month: string; week: string; year: string; }; }; check: { type: FunctionConstructor; default: () => void; }; }, {}, any, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update"[], "update", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly { second: string; min: string; hour: string; day: string; month: string; week: string; year: string; }; }; check: { type: FunctionConstructor; default: () => void; }; }>> & { onUpdate?: ((...args: any[]) => any) | undefined; }, { cron: Record; check: Function; }>;