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