/**
 * Client-side component for React Waitlist
 * This file is specifically for use with SSR frameworks
 */
export { default as ClientWaitlist } from './components/ClientWaitlist';
export type { Field, WaitlistProps, ThemeConfig, SecurityConfig, AnalyticsConfig, ResendMapping, WebhookConfig, A11yConfig, FrameworkConfig } from './core/types';
export { defaultTheme, tailwindDefaultTheme, materialUIDefaultTheme, mergeTheme } from './core/theme';
export { getAnimationStyles } from './core/animations';
export type { AnimationConfig } from './core/animations';
export type { WaitlistEventType, WaitlistEventData, WaitlistEventHandler } from './core/events';
