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