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