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