import { CreateToastFnReturn, UseToastOptions as ChakraUseToastOptions } from '@chakra-ui/react'; type UseToastOptions = ChakraUseToastOptions; export declare const useToast: ({ status, duration, position, containerStyle: containerStyleProps, ...initialProps }?: UseToastOptions) => CreateToastFnReturn; export {};