import { useLayoutEffect } from 'react'; export declare const useIsomorphicLayoutEffect: typeof useLayoutEffect; export declare const useComponentSize: () => { width: any; height: any; ref: import("react").RefObject; }; //# sourceMappingURL=componentSize.d.ts.map