import { FunctionComponent, SVGProps } from 'react'; interface Props extends SVGProps { iconColor?: string; } export declare const VectorMode: FunctionComponent; export {};