import { ElementRef } from '@angular/core';
import { CdsDivider } from '@cds/core/divider';
import * as i0 from "@angular/core";
export declare class CdsDividerDirective {
    protected element: CdsDivider;
    get orientation(): "horizontal" | "vertical";
    set orientation(value: "horizontal" | "vertical");
    constructor(elementRef: ElementRef);
    static ɵfac: i0.ɵɵFactoryDeclaration<CdsDividerDirective, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<CdsDividerDirective, "cds-divider", never, { "orientation": "orientation"; }, {}, never>;
}
