declare const CLASS_PREFIX = "md-menu-section";
declare const STYLE: {
    wrapper: string;
    header: string;
};
export { CLASS_PREFIX, STYLE };
