import * as React from "react"; import * as react_jsx_runtime76 from "react/jsx-runtime"; import { VariantProps } from "class-variance-authority"; import * as class_variance_authority_types16 from "class-variance-authority/types"; //#region src/components/legal/atoms/LegalText.d.ts declare const textVariants: (props?: ({ tone?: "default" | "danger" | "muted" | null | undefined; size?: "base" | "sm" | "lg" | null | undefined; spacing?: "sm" | "md" | "lg" | "none" | null | undefined; } & class_variance_authority_types16.ClassProp) | undefined) => string; type LegalTextProps = React.HTMLAttributes & VariantProps & { as?: 'p' | 'div' | 'span'; }; declare function LegalText({ as, tone, size, spacing, className, ...props }: LegalTextProps): react_jsx_runtime76.JSX.Element; //#endregion export { LegalText }; //# sourceMappingURL=LegalText.d.ts.map