import { InjectionKey, Ref } from 'vue'; import { FormApi } from '../../form/types/instance'; import { SweettoolsPluginConfig } from '../types/lib'; import { useFormStyles } from '../../form/composables/useFormStyles'; export declare const PLUGIN_CONF_INJECTION_KEY: InjectionKey; export declare const DESCRIPT_POPUP_INJECTION_KEY: InjectionKey; export declare const FORM_INJECTION_KEY: InjectionKey; export declare const MODAL_OVERLAY_INJECTION_KEY: InjectionKey<{ modalOverlayRef: Ref; show(): void; hide(): void; toggle(): void; }>; export declare const BREAKPOINTS_INJECTION_KEY: InjectionKey; export declare const FORM_STYLES_INJECTION_KEY: InjectionKey>;