import { BaseComponentWithTheme } from '../../utils'; import type { DividerColor, BreakpointCustomizable, DividerDirection, DividerOrientation, Theme } from '../types'; import * as i0 from "@angular/core"; export declare class PDivider extends BaseComponentWithTheme { color?: DividerColor; direction?: BreakpointCustomizable; /** @deprecated */ orientation?: BreakpointCustomizable; theme?: Theme; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }