import { Result } from '@ephox/katamari'; import type { SimpleOrSketchSpec } from './SpecTypes'; declare const readHtml: (html: string) => Result; export { readHtml }; //# sourceMappingURL=GuiTemplate.d.ts.map