import { SVGProps } from 'react';

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

export { Ramp as default };
