/**
 * @fileoverview Based on https://www.figma.com/file/ORa7CBIooPgZj6HsEPBxNR/Design-bibliotheek-(gepubliceerd)?node-id=1303%3A6122
 * The values for Desktop klein are used
 */
import { StylesConfig } from 'react-select';
import { Props } from './Select';
export declare const DropdownIndicatorStyle: import("styled-components").StyledComponent<"span", any, {}, never>;
export declare function getSelectStyle({ error, maxWidth, zIndexMenu }: Props): StylesConfig;
//# sourceMappingURL=SelectStyles.d.ts.map