import type { Plugin } from 'vite'; /** Expands native interfaces before Vite erases their TypeScript field declarations. */ export declare function createMiniNativeComponentPlugin(): Plugin;