/** Item row inside a section — interactive rows get pointer affordances. */ export declare const sectionListItemVariants: (props?: ({ interactive?: boolean | null | undefined; divided?: boolean | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; /** Expand/collapse trigger for items with children — chevron rotates when closed. */ export declare const sectionListExpandTriggerVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string; //# sourceMappingURL=variants.d.ts.map