import type { UseToastReturn } from './toast.types'; /** * Composable for managing toast notifications programmatically. * * @return Toast API (show, dismiss, clear, success, error, info, warning) */ export default function useToast(): UseToastReturn;