///
export declare const Section: import("react").ForwardRefExoticComponent<{
title?: import("react").ReactNode;
headerDecorator?: import("react").ReactNode;
} & Omit & import("react").HTMLAttributes & {
as?: keyof JSX.IntrinsicElements | undefined;
forwardedAs?: keyof JSX.IntrinsicElements | undefined;
}, "title" | "ref" | "headerDecorator"> & import("react").RefAttributes>;
//# sourceMappingURL=Section.d.ts.map