import * as i0 from "@angular/core";
/**
 * Represents a horizontal line used to separate content within a layout or component.
 * The component allows customization through custom CSS classes.
 */
export declare class DividerComponent {
    static ɵfac: i0.ɵɵFactoryDeclaration<DividerComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<DividerComponent, "tgui-divider", never, {}, {}, never, never, true, never>;
}
