export interface LayoutDividerContextValue {
    defaultHasDividers: boolean;
}
export declare const LayoutDividerContext: import("react").Context<LayoutDividerContextValue | null>;
//# sourceMappingURL=LayoutDividerContext.d.ts.map