import { HTMLAttributes, FC, PropsWithChildren } from "react";
import { SectionProps } from "./SectionProps";
import "./section.scss";
export type { SectionProps };
export declare const SectionContextDefault: import("react").ForwardRefExoticComponent, "style" | "content"> & import("react").RefAttributes>;
export declare const SectionContext: import("react").Context, "style" | "content"> & import("react").RefAttributes>>;
export declare const Section: import("react").ForwardRefExoticComponent, "style" | "content"> & import("react").RefAttributes>;
export declare const SectionProvider: FC>;