import { Justify } from "../types"; export declare const SectionContext: import("react").Context<{ justify: Justify; }>;