import { Plugin } from 'vite'; import { type Config } from './load-config-file'; export declare const tsxXmlPlugin: (config: Config) => Plugin;