export declare function useAtlantisFormFieldName({ id, nameProp, }: { id: string; nameProp?: string; }): { name: string; };