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