import { MantineSize, MantineTheme } from '../../theme';
interface SelectStyles {
    theme: MantineTheme;
    size: MantineSize;
}
declare const _default: (args?: SelectStyles, classNames?: Partial<Record<"item" | "wrapper" | "dropdown" | "hovered" | "notSearchable" | "selected" | "nothingFound", string>>, name?: string) => Record<"item" | "wrapper" | "dropdown" | "hovered" | "notSearchable" | "selected" | "nothingFound", string>;
export default _default;
//# sourceMappingURL=Select.styles.d.ts.map