import { VectorInputPropsType } from './Types'; export declare const VectorInput: (props: VectorInputPropsType) => JSX.Element;