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