import type { Optional } from '@ephox/katamari'; import type { SugarElement } from './SugarElement'; declare const get: (element: SugarElement) => string; declare const getOption: (element: SugarElement) => Optional; declare const set: (element: SugarElement, value: string) => void; export { get, getOption, set }; //# sourceMappingURL=SugarComment.d.ts.map