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