import { Props as RSProps } from 'react-select';
export interface ReactSelectProps extends RSProps {
    error?: string;
    ariaErrorMessage?: string;
}
declare const ReactSelect: ({ components, styles, error, ariaErrorMessage, ...props }: ReactSelectProps) => import("react/jsx-runtime").JSX.Element;
export { ReactSelect };
//# sourceMappingURL=ReactSelect.d.ts.map