import type { UseDeprecationWarning } from '@aws-amplify/ui-react-core'; /** * Logs a deprecation warning `message` to the console. */ export declare const useDeprecationWarning: UseDeprecationWarning;