type AnimationType = "default" | "typing" | "submit" | "constant"; interface AnimatedLogoProps { size: number; animation?: AnimationType; className?: string; forceTheme?: "light" | "dark"; } export declare function AnimatedLogo({ size, animation, className, forceTheme, }: AnimatedLogoProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=animated-logo.d.ts.map