import type DocfyDemo from './components/docfy-demo'; import type DocfyLink from './components/docfy-link'; import type DocfyOutput from './components/docfy-output'; import type DocfyPreviousAndNextPage from './components/docfy-previous-and-next-page'; export default interface Registry { DocfyDemo: typeof DocfyDemo; DocfyLink: typeof DocfyLink; DocfyOutput: typeof DocfyOutput; DocfyPreviousAndNextPage: typeof DocfyPreviousAndNextPage; } //# sourceMappingURL=template-registry.d.ts.map