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