import { type GrafanaTheme2 } from '@grafana/data';
export declare const getCascaderStyles: (theme: GrafanaTheme2) => {
    dropdown: string;
};
