import { SVGProps } from "react";
declare const GIMetronome: (props: SVGProps<SVGSVGElement>) => JSX.Element;
export { GIMetronome };
