export function RelationSelector({ value, onChange, style, field }: { value: any; onChange: any; style: any; field: any; }): JSX.Element;