interface SwitchingAnimationProps { size?: number; } export declare function SwitchingAnimation({ size }: SwitchingAnimationProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=SwitchingAnimation.d.ts.map