import { FC } from "react"; export interface GyroProps { url: string; [key: string]: unknown; } export declare const Gyro: FC<GyroProps>; //# sourceMappingURL=index.d.ts.map