import { OliveMenuStylesType } from '../../../../../components/oliveMenu/types/oliveMenuTheme';
import { OliveMenuVariant } from './variants';
export declare const getOliveMenuStyles: (COLORS: {
    [key: string]: {
        [key: string]: string;
    };
}) => OliveMenuStylesType<OliveMenuVariant>;
