export default CustomSelect; declare function CustomSelect({ label, height, children, ...props }: { [x: string]: any; label: any; height: any; children: any; }): JSX.Element; declare namespace CustomSelect { namespace propTypes { let children: PropTypes.Validator>>>; let label: PropTypes.Validator; let height: PropTypes.Requireable; let MenuProps: PropTypes.Requireable>>; } namespace defaultProps { let height_1: number; export { height_1 as height }; let MenuProps_1: {}; export { MenuProps_1 as MenuProps }; } } import PropTypes from 'prop-types'; //# sourceMappingURL=index.d.ts.map