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