import { FormTypes } from '@oneblink/types'; declare const useElementAriaDescribedby: (id: string, element: FormTypes.FormElement) => string | undefined; export default useElementAriaDescribedby;