declare const CLASS_PREFIX = "md-menu-list-background";
declare const COLORS: {
    primary: string;
    secondary: string;
    tertiary: string;
};
declare const STYLE: {
    wrapper: string;
};
declare const DEFAULTS: {
    COLOR: string;
};
export { CLASS_PREFIX, DEFAULTS, STYLE, COLORS };
