import { ICompiledPath } from "./ICompiledPath"; export declare class HtmlContent { static removeBrackets(text: string): string; static processTwoWayBinding(v: string, events: string): ICompiledPath; static processOneWayBinding(v: string): ICompiledPath; static processOneTimeBinding(v: string, start?: string): string; static camelCase(text: string): string; } //# sourceMappingURL=HtmlContent.d.ts.map