// This file was generated by a tool. Modifying it will produce unexpected behavior /** * @public */ export interface IPropertyPaneTablistStrings { /** * This is the aria label string for the ellipsis button on the tablist. {0} is the number of tabs that remains in ellipsis. */ 'MoreTabsAriaLabel': string; } /** * @public */ declare const strings: IPropertyPaneTablistStrings; export default strings;