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