import type { LoadingState } from '../ScalarLoading'; /** * Scalar save prompt * * Placeholder shell — wire layout, modal, and actions in the host. */ declare const _default: typeof __VLS_export; export default _default; declare const __VLS_export: __VLS_WithSlots any; } & { save: () => any; discard: () => any; }, string, import("vue").PublicProps, Readonly<{ loader?: LoadingState; } & { modelValue?: boolean; }> & Readonly<{ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined; onSave?: (() => any) | undefined; onDiscard?: (() => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, { default?: (props: {}) => any; } & { discard?: (props: {}) => any; } & { save?: (props: {}) => any; }>; type __VLS_WithSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=ScalarSavePrompt.vue.d.ts.map