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