export declare const useSize: (() => any) | ((onSizeChange: (rect: DOMRect, elem: HTMLElement) => void) => (node: HTMLElement | null) => void);