/** * The toast is used to show alerts on top of an overlay. The toast will close itself when the close button is clicked, or after a timeout — the default is 5 seconds. The toast component is used to give feedback to users after an action has taken place. * Toasts can be configured to appear at either the top or the bottom of an application window, and it is possible to have more than one toast onscreen at a time. * https://chakra-ui.com/docs/feedback/toast */ export { useToast } from '@chakra-ui/toast'; //# sourceMappingURL=Toast.d.ts.map