import { IntervalSchedule } from '../models';
type __VLS_Props = {
    hideActions?: boolean;
    schedule?: IntervalSchedule;
};
declare var __VLS_55: {
    disabled: boolean;
};
type __VLS_Slots = {} & {
    footer?: (props: typeof __VLS_55) => any;
};
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
    cancel: () => void;
    submit: (value: IntervalSchedule) => void;
    "update:schedule": (value: IntervalSchedule) => void;
    "update:disabled": (value: boolean) => void;
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
    onCancel?: (() => any) | undefined;
    onSubmit?: ((value: IntervalSchedule) => any) | undefined;
    "onUpdate:schedule"?: ((value: IntervalSchedule) => any) | undefined;
    "onUpdate:disabled"?: ((value: boolean) => any) | undefined;
}>, {
    schedule: IntervalSchedule;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
export default _default;
type __VLS_WithSlots<T, S> = T & {
    new (): {
        $slots: S;
    };
};
