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