import { useState } from \'react\' const Message = ({ variant, children }) => { const [timeOut, setTimeOut] = useState(null) setTimeout(