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