import { type PdkAppPlugin } from './plugins.types'; /** * Registers all replaceable vue components. They must all be provided, for tree shaking purposes. */ export declare const createRegisterComponentsPlugin: PdkAppPlugin;