import React from 'react'; import type { PropSelectType, ProSelectActionType } from './propsType'; export declare const ProSelect: (props: PropSelectType, ref: React.Ref | undefined) => import("react/jsx-runtime").JSX.Element; declare const _default: React.ForwardRefExoticComponent>; export default _default;