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