import React from "react"; import { FieldPropsType } from "../../types"; declare const Show: (props: FieldPropsType) => React.JSX.Element; export default Show;