import { SugarElement } from '../node/SugarElement'; declare const bind: (element: SugarElement, handler: () => void) => void; declare const unbind: (element: SugarElement, handler: () => void) => void; export { bind, unbind }; //# sourceMappingURL=Resize.d.ts.map