import { OnyxAlertModalProps } from './types.js'; declare function __VLS_template(): { attrs: Partial<{}>; slots: Readonly<{ /** * Modal content. */ default(): unknown; /** * Optional slot to override the headline with custom content. * If unset, the `label` property will be shown. */ headline?(bindings: Pick): unknown; /** * Slot to display custom actions at the bottom of the modal, e.g. buttons for confirm or cancelling the current user workflow. * Focus is automatically set to the first focusable element inside the modal dialog. * If this is a button, it should be the least destructive action, to prevent users from accidentally confirming non-reversible actions. * * If you have to, you can use the `autofocus` button attribute to force the initial focus on another button. * * @example * ```vue * * ``` */ actions?(): unknown; }> & { /** * Modal content. */ default(): unknown; /** * Optional slot to override the headline with custom content. * If unset, the `label` property will be shown. */ headline?(bindings: Pick): unknown; /** * Slot to display custom actions at the bottom of the modal, e.g. buttons for confirm or cancelling the current user workflow. * Focus is automatically set to the first focusable element inside the modal dialog. * If this is a button, it should be the least destructive action, to prevent users from accidentally confirming non-reversible actions. * * If you have to, you can use the `autofocus` button attribute to force the initial focus on another button. * * @example * ```vue * * ``` */ actions?(): unknown; }; refs: {}; rootEl: any; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent any; }, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly & Readonly<{ "onUpdate:open"?: ((open: boolean) => any) | undefined; }>, { icon: Pick; }, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };