import { SugarElement } from './SugarElement'; declare const fromElements: (elements: SugarElement[], scope?: Document | null) => SugarElement; declare const fromHtml: (html: string, scope?: Document | null) => SugarElement; export { fromElements, fromHtml }; //# sourceMappingURL=SugarFragment.d.ts.map