import { FunctionalComponent, VNode } from '../../stencil-public-runtime'; import { JSXBase } from '../../stencil-public-runtime'; import HTMLAttributes = JSXBase.HTMLAttributes; type Props = HTMLAttributes; export declare function parse(markup: VNode | string): string; export declare const Markup: FunctionalComponent; export {};