import React from 'react';
import type { SelectCompProps } from '../../types';
export declare const SelectComp: React.FC<SelectCompProps>;
export { SelectComp as Select };
export declare const SelectWithRemoteOptions: React.ForwardRefExoticComponent<Pick<SelectCompProps, keyof SelectCompProps> & React.RefAttributes<unknown>>;
