import * as TsconfigPaths from 'tsconfig-paths';
import type { PluginOption } from 'vite';
type Options = {
    include?: string | RegExp | (string | RegExp)[];
    exclude?: string | RegExp | (string | RegExp)[];
};
export declare function reactDocgen({ include, exclude, }?: Options): Promise<PluginOption>;
export declare function getReactDocgenImporter(matchPath: TsconfigPaths.MatchPath | undefined): import("react-docgen").Importer;
export {};
//# sourceMappingURL=react-docgen.d.ts.map