interface Props { appHelper: any; value: any; onChange: (value: any) => void; } declare const CustomSetter: (props: Props) => JSX.Element; export default CustomSetter;