import React from 'react'; import { IEntityProps } from '../types'; export declare const EntityBase: React.FC; export declare const Entity: (props: any) => JSX.Element;