import { type StylesConfig } from 'react-select';
import { type GrafanaTheme2 } from '@grafana/data';
export default function resetSelectStyles(theme: GrafanaTheme2): Partial<StylesConfig>;
export declare function useCustomSelectStyles(theme: GrafanaTheme2, width: number | string | undefined): Partial<StylesConfig>;
