export declare function wrap(tag: string, content: string): string; export declare function renderComponent(jsonPart: JSONText): string; export default function render(input: string, delimiter?: string): string;