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