import type { SingleValueProps } from 'react-select';
import React from 'react';
import type { ReactSelectAdapterProps } from '../../../../elements/ReactSelect/types.js';
import type { Option } from '../../types.js';
import './index.scss';
export declare const SingleValue: React.FC<{
    selectProps: {
        customProps: ReactSelectAdapterProps['customProps'];
    };
} & SingleValueProps<Option>>;
//# sourceMappingURL=index.d.ts.map