import { type RefObject } from 'react'; import type { LayoutEvent } from '../../types'; export declare function useElementLayout(ref: RefObject, onLayout?: ((e: LayoutEvent) => void) | null): void; //# sourceMappingURL=index.d.ts.map