import * as _angular_core from '@angular/core'; import { OnChanges, ElementRef } from '@angular/core'; declare class DividerComponent implements OnChanges { #private; content: ElementRef; /** * Allows rendering the Divider as a native separator * (Any text content it may have will no longer be rendered) */ readonly separatorRole: _angular_core.InputSignalWithTransform; readonly vertical: _angular_core.InputSignalWithTransform; /** * Which size should the chip be? Defaults or small */ readonly size: _angular_core.InputSignal<"M" | "S">; /** * @deprecated */ readonly withRole: _angular_core.InputSignalWithTransform; readonly classesConfig: _angular_core.Signal<{ [x: string]: boolean; }>; ngOnChanges(): void; updateClasses(): void; static ɵfac: _angular_core.ɵɵFactoryDeclaration; static ɵcmp: _angular_core.ɵɵComponentDeclaration; } export { DividerComponent };