interface MirageProps { size?: number | string; color?: string; speed?: number | string; } declare const Mirage: React.FC; export default Mirage; //# sourceMappingURL=Mirage.d.ts.map