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