import ISelectProps from "./types/index"; export declare const SelectVW: ({ options, onChange, value, ...rest }: ISelectProps) => JSX.Element;