import { PreloadRegistrar } from '@kui-shell/core'; declare const _default: (registrar: PreloadRegistrar) => Promise; /** * Notes: buttons and modes and badges will be presented in the order * they are registered, unless they specify an `order` attribute. * */ export default _default;