import { SugarElement } from '../node/SugarElement'; declare const get: (element: SugarElement) => string; declare const set: (element: SugarElement, content: string) => void; declare const getOuter: (element: SugarElement) => string; export { get, set, getOuter }; //# sourceMappingURL=Html.d.ts.map