import { DividerProps } from "../Divider.interface"; export declare class DividerObject { get label(): HTMLElement; render(props?: Partial): this; }