import * as React from 'react'; interface IShowProps { if: boolean; children: any; } export declare const Show: React.FC; export {};