import { SugarElement } from './SugarElement'; declare const inBody: (element: SugarElement) => boolean; declare const body: () => SugarElement; declare const getBody: (doc: SugarElement) => SugarElement; export { body, getBody, inBody }; //# sourceMappingURL=SugarBody.d.ts.map