import { LayoutChangeEvent } from "react-native"; type Size = { width: number; height: number; }; type UseLayoutReturnType = [Size, (event: LayoutChangeEvent) => void]; export declare const useLayout: () => UseLayoutReturnType; export {}; //# sourceMappingURL=useLayout.d.ts.map