import React from 'react'; import { ISelectV1 } from './types'; /** * @deprecated Use `Select` instead. This component is deprecated and will be removed in a future release. * */ export declare const SelectV1: React.FC;