import { PropsWithChildren } from 'react'; import { EventProxyProps } from '../components/EventProxy'; export default function (direction?: string): [T | null, (props: PropsWithChildren>) => JSX.Element];