import * as i0 from "@angular/core"; /** * DropdownLabel - Label for dropdown sections * Provides section headers for dropdown content */ export declare class DropdownLabelComponent { /** * Custom CSS classes */ class: import("@angular/core").InputSignal; /** * Computed CSS classes for the label */ labelClass: () => string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }