import * as React from 'react'; import { Size } from './types'; export declare function renderWithSize(reducer: (size: Size | null) => T, renderFunction: (props: P) => React.ReactNode): (props: Pick>) => JSX.Element;