/// export declare type RideAxisProps = Readonly<{ from?: string; to?: string; }>; export declare const RideAxis: ({ from, to, ...props }: RideAxisProps) => JSX.Element;