export interface LogoAnimatedProps { /** Height in pixels (width matches — it's square) */ size?: number; /** Override the ring/network color */ ringColor?: string; /** Override the diamond/identity color */ diamondColor?: string; /** Additional className */ className?: string; /** Additional inline styles */ style?: React.CSSProperties; } /** * Animated Molt Mark — premium V2 for landing pages and hero sections. * * Choreographed reveal sequence: * 1. Ambient radiance fades in (0.2s) * 2. Inner detail rings appear (0.4s) * 3. Gradient ring draws itself on (0.6s – 2.2s) * 4. Ring bloom + edge highlight settle (1.8s) * 5. Gap endpoint nodes pop in (2.0s) * 6. Faceted diamond materializes with bounce + flash (2.2s) * 7. Radial accent lines appear sequentially (2.6s) * 8. Orbital particles begin tracing (3.0s) * 9. Shedding fragments drift from gap (3.2s) * 10. Breathing glow loop (continuous) */ export declare function LogoAnimated({ size, ringColor, diamondColor, className, style, }: LogoAnimatedProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=logo-animated.d.ts.map