import { Theme } from '@material-ui/core/styles'; import { CSSProperties, WithStyles } from '@material-ui/core/styles/withStyles'; export declare const styles: (theme: Theme) => Record<"root" | "disabled" | "placeholder" | "option" | "paper" | "inputLarge" | "inputSmall" | "inputFilled" | "controlLarge" | "controlSmall" | "controlIsMulti" | "valueContainer" | "optionSmall" | "optionLarge" | "selectedOption" | "noOptionsMessageSmall" | "noOptionsMessageLarge" | "menuList" | "multiValueChipSmall" | "multiValueChipLarge" | "singleValueSmall" | "singleValueLarge" | "paperMarginNormal" | "paperMarginDense" | "paperMarginNone" | "groupRoot" | "groupHeaderSmall" | "groupHeaderLarge" | "primaryOptionTextLarge" | "secondaryOptionTextLarge" | "primaryOptionTextSmall" | "secondaryOptionTextSmall", CSSProperties>; export declare type Styles = Partial>; //# sourceMappingURL=Autocomplete.style.d.ts.map