import { DividerColor, DividerThickness } from './divider.interface'; import * as i0 from "@angular/core"; export declare class DividerComponent { thickness: DividerThickness; color: DividerColor; style: Record | undefined; styleClass: string; componentClass(): Record; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }