import { ReactElement } from 'react';
import { IInCaseOf } from './types';
declare const InCaseOf: ({ children }: IInCaseOf) => ReactElement<IInCaseOf>;
export default InCaseOf;
