import { SelectVariant } from './types'; export declare const Indicator: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const createStyles: (variant: SelectVariant, hasError: boolean) => { noOptionsMessage: (provided: Record) => { fontFamily: string; }; option: (provided: Record) => { fontSize: string; fontFamily: string; }; singleValue: (provided: Record) => { fontSize: string; padding: string; fontFamily: string; }; placeholder: (provided: Record) => { fontSize: string; padding: string; color: string; fontFamily: string; }; input: (provided: Record) => { margin: string; fontFamily: string; }; control: (provided: Record, { isFocused, }: { isFocused: boolean; }) => { minHeight: string; borderRadius: string; boxShadow: string; border: string; background: string; }; };