/** * @license * Copyright Akveo. All Rights Reserved. * Licensed under the MIT License. See License.txt in the project root for license information. */ import React from 'react'; import { SvgProps } from 'react-native-svg'; export type ChevronRightProps = SvgProps; export type ChevronRightElement = React.ReactElement; export declare class ChevronRight extends React.Component { render(): React.ReactElement; }