import { FC } from "react";
export interface IfProps {
    data: any;
}
export declare const If: FC<IfProps>;
