export declare enum AccordionRootDataAttributes { /** * Present when the accordion is disabled. */ disabled = "data-disabled", /** * Indicates the orientation of the accordion. */ orientation = "data-orientation", }