import * as React from "react"; import * as react_jsx_runtime77 from "react/jsx-runtime"; import { VariantProps } from "class-variance-authority"; import * as class_variance_authority_types17 from "class-variance-authority/types"; //#region src/components/legal/atoms/LegalSection.d.ts declare const sectionVariants: (props?: ({ spacing?: "sm" | "md" | "lg" | null | undefined; border?: "none" | "top" | "bottom" | "both" | null | undefined; tone?: "subtle" | "plain" | null | undefined; } & class_variance_authority_types17.ClassProp) | undefined) => string; type LegalSectionProps = React.HTMLAttributes & VariantProps; declare function LegalSection({ spacing, border, tone, className, ...props }: LegalSectionProps): react_jsx_runtime77.JSX.Element; //#endregion export { LegalSection }; //# sourceMappingURL=LegalSection.d.ts.map