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