import * as React from 'react'; declare function Upward(props: React.SVGProps): JSX.Element; export declare const ReactComponent: typeof Upward; export default Upward;