declare const useWarning: (message: string, component?: string | undefined, condition?: boolean | undefined) => void; export default useWarning;