/// <reference types="react" />
/// <reference types="styled-jsx" />
interface IProps {
    name: string;
    children: any;
    data: any[];
    field: string;
}
declare const _default: import("react").MemoExoticComponent<(props: IProps) => any>;
export default _default;
