export interface MenuTheme {
    /** CSS class applied to the root menu container. */
    base: string;
    /** CSS class applied to the inner menu wrapper. */
    inner: string;
}
export declare const menuTheme: MenuTheme;
