import { EventEmitter } from '@angular/core';
export declare class NinjaSeparatorComponent {
    thickness: number;
    horizontal: boolean;
    notifyWillChangeSize: EventEmitter<boolean>;
    get vertical(): boolean;
    get width(): string;
    get height(): string;
    constructor();
    onMousedown(): void;
}
