/**
* html/ul — variant-styled
, , and - primitives.
*/
import { type HTMLAttributes, type LiHTMLAttributes, type OlHTMLAttributes } from "react";
export type UlProps = HTMLAttributes;
export declare const Ul: import("react").ForwardRefExoticComponent>;
export type OlProps = OlHTMLAttributes;
export declare const Ol: import("react").ForwardRefExoticComponent>;
export type LiProps = LiHTMLAttributes;
export declare const Li: import("react").ForwardRefExoticComponent>;
//# sourceMappingURL=ul.d.ts.map