/** * Indicates the index of the accordion item. * @type {number} */ export declare const index = "data-index"; /** * Present when the accordion item is disabled. */ export declare const disabled = "data-disabled"; /** * Present when the accordion item is open. */ export declare const open = "data-open";