/** * Present when the accordion panel is open. */ export declare const panelOpen = "data-panel-open"; /** * Present when the accordion item is disabled. */ export declare const disabled = "data-disabled";