interface Props { condition: any; children: any; } export declare const If: ({ condition, children }: Props) => any; export {};