import * as i0 from '@angular/core';
import { ElementRef, NgZone } from '@angular/core';
import { SynMenuLabel } from '@synergy-design-system/components';

/**
 * @summary Menu labels are used to describe a group of menu items.
 * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-menu-label--docs
 * @status stable
 * @since 2.0
 *
 * @dependency syn-divider
 *
 * @slot - The menu label's content.
 *
 * @csspart base - The component's base wrapper.
 * @csspart divider - The divider that is displayed above the content
 * @csspart label - The label that is displayed below the divider
 *
 * @cssproperty --display-divider - Display property of the divider. Defaults to "block"
 */
declare class SynMenuLabelComponent {
    nativeElement: SynMenuLabel;
    private _ngZone;
    constructor(e: ElementRef, ngZone: NgZone);
    static ɵfac: i0.ɵɵFactoryDeclaration<SynMenuLabelComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<SynMenuLabelComponent, "syn-menu-label", never, {}, {}, never, ["*"], true, never>;
}

export { SynMenuLabelComponent };
