import { CalculatedYogaLayoutProps } from './useYogaLayout'; export interface OnLayoutHandlerProps { onLayout?: (props: CalculatedYogaLayoutProps) => void; } export declare const useOnLayoutHandler: (newYogaProps: CalculatedYogaLayoutProps, props: OnLayoutHandlerProps) => void;