/** * @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 ChevronLeftProps = SvgProps; export type ChevronLeftElement = React.ReactElement; export declare class ChevronLeft extends React.Component { render(): React.ReactElement; }