import type { SugarElement } from '../node/SugarElement'; declare const read: (element: SugarElement, attr: string) => string[]; declare const add: (element: SugarElement, attr: string, id: string) => boolean; declare const remove: (element: SugarElement, attr: string, id: string) => boolean; export { read, add, remove }; //# sourceMappingURL=AttrList.d.ts.map