/**
 * @param {any} instance - developer instance of Tabs
 * @param {any} components - references of all components in the library
 */
declare const MoreButtonPlugin: (instance: any, components: any) => void;
export default MoreButtonPlugin;