import './LazyIconFallback.css'; import React from 'react'; import { SvgProps } from '../../../icons/Icon'; type LazyIconFallbackProps = SvgProps & { animate?: boolean; }; export declare const LazyIconFallback: React.FC; export {};