export declare const onLayout:
(onLayoutHandler: (props: P) => (() => void) | void, watchKeys: (keyof P)[]) => (props: P) => P;