interface DialogInsertEditImageProps { initialSource?: string; initialAlt?: string; initialWidth?: number | null; initialHeight?: number | null; } declare const __VLS_export: import("vue").DefineComponent void; ok: (...args: any[]) => void; }, string, import("vue").PublicProps, Readonly & Readonly<{ onHide?: ((...args: any[]) => any) | undefined; onOk?: ((...args: any[]) => any) | undefined; }>, { initialSource: string; initialAlt: string; initialWidth: number | null; initialHeight: number | null; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default;