import type { SugarElement } from '../node/SugarElement'; declare const get: (element: SugarElement) => string | null; declare const set: (element: SugarElement, value: string) => void; export { get, set }; //# sourceMappingURL=TextContent.d.ts.map