import * as i0 from "@angular/core"; export type DividerVariant = 'neutral' | 'primary' | 'secondary' | 'accent' | 'success' | 'warning' | 'info' | 'error' | undefined; export type DividerOrientation = 'vertical' | 'horizontal'; export type DividerPlacement = 'start' | 'center' | 'end'; export declare class DividerComponent { orientation: import("@angular/core").InputSignal; placement: import("@angular/core").InputSignal; variant: import("@angular/core").InputSignal; withMargin: import("@angular/core").InputSignal; componentClass: import("@angular/core").Signal; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }