import { SVGProps } from 'react';

declare const Cybermiles: (props: SVGProps<SVGSVGElement>) => JSX.Element;

export { Cybermiles as default };
