import React from 'react';
import type { InstanceProps } from '../..';
declare const CustomSelect: ({ instance }: {
    instance: InstanceProps;
}) => React.JSX.Element;
export default CustomSelect;
