import type { LayoutChangeEvent } from 'react-native';
import type { ZoomableUseLayoutProps } from '../types';
export declare const useZoomableLayout: ({ onLayout }: ZoomableUseLayoutProps) => {
    onZoomableLayout: (event: LayoutChangeEvent) => void;
    x: number;
    y: number;
    width: number;
    height: number;
    center: {
        x: number;
        y: number;
    };
};
//# sourceMappingURL=useZoomableLayout.d.ts.map