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