import type { PluginOption } from 'vite';
type Options = {
    include?: string | RegExp | (string | RegExp)[];
    exclude?: string | RegExp | (string | RegExp)[];
};
export declare function reactDocgen({ include, exclude, }?: Options): PluginOption;
export {};
//# sourceMappingURL=react-docgen.d.ts.map