export interface ExpandCollapseButtonDetails { /** * The label for the 'Expand all' button. * * @example * * */ expandAllSectionsLabel: string; /** * The label for the 'Collapse all' button. * * @example * * */ collapseAllSectionsLabel: string; /** * The alt text for the expand/close button. */ ariaLabelText: string; }