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