import { NODE } from './types'; export declare const resizeCallback: (node: NODE, handler: (newSize: DOMRectReadOnly) => void) => void;