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