/** * Stencil Doc Outputs don't seem to support custom-elements.json as suggested * here: https://github.com/w3c/webcomponents/issues/776#issuecomment-536749457. * This generator implements this standard, which is used by Storybook to display * documentation. */ export declare function generateJsonDocs(config: any, compilerCtx: any, _buildCtx: any, docsData: any): Promise; export declare function writeDocsOutput(compilerCtx: any, jsonContent: string, root: string): Promise; //# sourceMappingURL=customElementDocGenerator.d.ts.map