/****************************************************************** MIT License http://www.opensource.org/licenses/mit-license.php Author Mora (https://github.com/qiu8310) *******************************************************************/ import { Component, ComponentAttr, ComponentAttrValue } from './Component'; export declare const components: Component[]; export declare function getComponentMarkdown(c: Component): string; export declare function getComponentAttrMarkdown(a: ComponentAttr): string; export declare function getComponentAttrValueMarkdown(v: ComponentAttrValue): string;