import type { App } from "vue"; /** Like registerComponents but for directives. Directives given must have a directiveName property, else they will be ignored. */ export declare const registerDirectives: (app: App, directives: Record, prefix?: string) => void; //# sourceMappingURL=registerDirectives.d.ts.map