import { PropsWithChildren } from 'react'; export declare function Incase(props: PropsWithChildren<{ of: any; }>): import("react/jsx-runtime").JSX.Element | null;