import React from 'react'; import type { SelectProps } from 'antd'; import './index.less'; export declare type LightSelectProps = { label?: string; placeholder?: string; }; declare const _default: React.ForwardRefExoticComponent & LightSelectProps & React.RefAttributes>; export default _default;