import * as React from "react"; import * as react_jsx_runtime75 from "react/jsx-runtime"; import { VariantProps } from "class-variance-authority"; import * as class_variance_authority_types15 from "class-variance-authority/types"; //#region src/components/legal/atoms/LegalHeading.d.ts declare const headingVariants: (props?: ({ level?: "h1" | "h2" | "h3" | "h4" | null | undefined; tone?: "default" | "muted" | "accent" | null | undefined; spacing?: "sm" | "md" | "lg" | "none" | null | undefined; } & class_variance_authority_types15.ClassProp) | undefined) => string; type LegalHeadingProps = React.HTMLAttributes & VariantProps & { as?: 'h1' | 'h2' | 'h3' | 'h4'; }; declare function LegalHeading({ as, level, tone, spacing, className, ...props }: LegalHeadingProps): react_jsx_runtime75.JSX.Element; //#endregion export { LegalHeading }; //# sourceMappingURL=LegalHeading.d.ts.map