import { Slot } from 'vue'; import { FdsModalProps } from './types'; declare function __VLS_template(): { attrs: Partial<{}>; slots: Readonly<{ default?: Slot; 'modal-footer'?: Slot; }> & { default?: Slot; 'modal-footer'?: Slot; }; refs: { modalInnerRef: HTMLDivElement; }; rootEl: any; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent any; "update:open": (value: boolean) => any; }, string, import('vue').PublicProps, Readonly & Readonly<{ onClose?: (() => any) | undefined; "onUpdate:open"?: ((value: boolean) => any) | undefined; }>, { size: "sm" | "md" | "lg" | "xl"; dataTestid: string; heading: string; open: boolean; alignTop: boolean; alignLeftFooter: boolean; stickyFooter: boolean; strict: boolean; lockScroll: boolean; movable: boolean; resizable: boolean; info: "valid" | "invalid" | "warning"; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { modalInnerRef: HTMLDivElement; }, any>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };