import { IIf } from './types';
declare const If: (props: IIf) => any;
export default If;
