/** * A custom React hook that checks if KYC fields are enabled in the project settings or defined in the user profile. * * @returns {boolean} - A boolean value indicating whether the KYC fields are enabled in the project settings or defined in the user profile. */ export declare const useKYCFlag: () => boolean;