// NextJS server type definitions
export { toast } from '../index';
export type { 
  ToastOptions, 
  ToastPosition, 
  ToastVariant, 
  ToastTheme, 
  ToastAnimation, 
  ToastStyle 
} from '../index';
