import type { SelectProps } from '../Select';
declare function warningProps(props: SelectProps): void;
export default warningProps;
