export interface LottieProps {
  category:
    | "business"
    | "business-2"
    | "business-activity"
    | "business-startup"
    | "cloud-technology"
    | "communications"
    | "cryptocurrency"
    | "cryptocurrency-2"
    | "cryptocurrency-3"
    | "cryptocurrency-4"
    | "data-analysis"
    | "designer-tools"
    | "development"
    | "ecology"
    | "ecommerce"
    | "education"
    | "employee"
    | "finance"
    | "finance-2"
    | "ideas"
    | "maintenance"
    | "marketing"
    | "medical"
    | "navigation"
    | "otp"
    | "people"
    | "people-2"
    | "problems"
    | "quality-services"
    | "real-estate"
    | "science"
    | "security"
    | "stock-market"
    | "stock-market-2"
    | "strategy"
    | "success"
    | "teamwork"
    | "technology"
    | "technology-2"
    | "web-development"
    | "web-development-2"
    | "binary";
  path: string;
  height?: number;
  width?: number;
  classNames?: string;
  max?: number;
}
