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