import * as React from "react"; import * as react_jsx_runtime81 from "react/jsx-runtime"; import { VariantProps } from "class-variance-authority"; import * as class_variance_authority_types19 from "class-variance-authority/types"; //#region src/components/legal/atoms/LegalCallout.d.ts declare const calloutVariants: (props?: ({ tone?: "danger" | "info" | "warning" | null | undefined; } & class_variance_authority_types19.ClassProp) | undefined) => string; type LegalCalloutProps = React.HTMLAttributes & VariantProps; declare function LegalCallout({ tone, className, ...props }: LegalCalloutProps): react_jsx_runtime81.JSX.Element; //#endregion export { LegalCallout }; //# sourceMappingURL=LegalCallout.d.ts.map