import { FC } from 'react';
import IWhenProps from './models/IWhenProps';
declare const When: FC<IWhenProps>;
export default When;
