import React from "react"; declare type Props = { width?: string; type?: "color" | "pink"; active?: boolean; }; export declare const SpinerAi: React.FC; export {};