import * as React from "react"; import * as react_jsx_runtime80 from "react/jsx-runtime"; import { VariantProps } from "class-variance-authority"; import * as class_variance_authority_types18 from "class-variance-authority/types"; //#region src/components/legal/atoms/LegalList.d.ts declare const listVariants: (props?: ({ type?: "none" | "unordered" | "ordered" | null | undefined; spacing?: "sm" | "md" | "lg" | null | undefined; } & class_variance_authority_types18.ClassProp) | undefined) => string; type LegalListProps = React.HTMLAttributes & VariantProps; declare function LegalList({ type, spacing, className, children, ...props }: LegalListProps): react_jsx_runtime80.JSX.Element; //#endregion export { LegalList }; //# sourceMappingURL=LegalList.d.ts.map