import { SVGProps } from 'react';

declare const Amp: (props: SVGProps<SVGSVGElement>) => JSX.Element;

export { Amp as default };
