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