export interface CalculatedYogaLayoutProps { x: number; y: number; width: number; height: number; } export declare type NullableCalculatedYogaLayoutProps = CalculatedYogaLayoutProps | null; export declare const useYogaLayout: (props: any) => any;