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