/**
* html/section — variant-styled primitive.
*/
import { type HTMLAttributes } from "react";
import { type VariantProps } from "class-variance-authority";
export declare const sectionVariants: (props?: ({
variant?: "marketing" | "hero" | null | undefined;
background?: "default" | "primary" | "muted" | null | undefined;
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
export type SectionElProps = HTMLAttributes & VariantProps;
export declare const SectionEl: import("react").ForwardRefExoticComponent & VariantProps<(props?: ({
variant?: "marketing" | "hero" | null | undefined;
background?: "default" | "primary" | "muted" | null | undefined;
} & import("class-variance-authority/types").ClassProp) | undefined) => string> & import("react").RefAttributes>;
//# sourceMappingURL=section.d.ts.map