/** * html/sectionList — CVA-styled primitives for collapsible section lists. * * Exports: * SectionListSectionEl — Card-like container for each section * SectionListHeaderEl — Clickable header button with chevron rotation * SectionListContentEl — Content area below the header */ import { type ButtonHTMLAttributes, type HTMLAttributes } from "react"; export declare const SectionListSectionEl: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; export declare const SectionListHeaderEl: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; export declare const SectionListContentEl: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; //# sourceMappingURL=sectionList.d.ts.map