import type { LoadContext, Plugin } from '@docusaurus/types'; import { ThemeOptions, GlobalData } from './types/options'; export { ThemeOptions, GlobalData }; export default function redocTheme(context: LoadContext, options: ThemeOptions): Plugin; declare const getSwizzleComponentList: () => string[]; export { getSwizzleComponentList }; //# sourceMappingURL=index.d.ts.map