import { type VariantProps } from "tailwind-variants"; export type DescriptionListVariants = VariantProps; export declare const descriptionList: import("tailwind-variants").TVReturnType<{ tag: { dt: string; dd: string; }; }, undefined, undefined, { tag: { dt: string; dd: string; }; }, undefined, import("tailwind-variants").TVReturnType<{ tag: { dt: string; dd: string; }; }, undefined, undefined, unknown, unknown, undefined>>;