import { OnyxBasicDialogProps } from './types.js'; type __VLS_Slots = { /** * Dialog content. For accessibility purposes it is strongly recommended * to focus an element inside the dialog when it opens. The element will depend * on your use case (e.g. an input, button etc.). */ default(): unknown; }; declare const __VLS_base: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent` element. */ dialog: Readonly>; }, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, { "update:open": (open: boolean) => any; }, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly & Readonly<{ "onUpdate:open"?: ((open: boolean) => any) | undefined; }>, { alignment: import('./types.js', { with: { "resolution-mode": "import" } }).DialogAlignment; modal: boolean; nonDismissible: boolean; alert: boolean; backdrop: "soft" | "medium"; }, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };