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

/**
 * @summary Dividers are used to visually separate or group elements.
 * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-divider--docs
 * @status stable
 * @since 2.0
 *
 * @cssproperty --color - The color of the divider.
 * @cssproperty --width - The width of the divider.
 * @cssproperty --spacing - The spacing of the divider.
 */
declare class SynDividerComponent {
    nativeElement: SynDivider;
    private _ngZone;
    constructor(e: ElementRef, ngZone: NgZone);
    /**
     * Draws the divider in a vertical orientation.
     */
    set vertical(v: '' | SynDivider['vertical']);
    get vertical(): SynDivider['vertical'];
    static ɵfac: i0.ɵɵFactoryDeclaration<SynDividerComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<SynDividerComponent, "syn-divider", never, { "vertical": { "alias": "vertical"; "required": false; }; }, {}, never, ["*"], true, never>;
}

export { SynDividerComponent };
