import { PropType } from 'vue'; declare const _default: import('vue').DefineComponent<{ /** * Config the buttons to show in the customize layout entry action buttons. * If empty, all buttons will be shown. * There has some built-in buttons: * - togglePrimarySideBar * - togglePanel * - toggleSecondarySideBar * - customizeLayout */ showButtons: { type: PropType; default: () => never[]; }; /** * Config the items to show in the customize layout popup. * If empty, all items will be shown. * There has some built-in items: * - toggleMenuBar * - toggleStatusBar * - togglePrimarySideBar * - togglePanel * - toggleSecondarySideBar * - togglePrimarySideBarPositionLeft * - togglePrimarySideBarPositionRight * - togglePanelAlignmentLeft * - togglePanelAlignmentRight * - togglePanelAlignmentCenter * - togglePanelAlignmentJustify */ showItems: { type: PropType; default: () => never[]; }; }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly; default: () => never[]; }; /** * Config the items to show in the customize layout popup. * If empty, all items will be shown. * There has some built-in items: * - toggleMenuBar * - toggleStatusBar * - togglePrimarySideBar * - togglePanel * - toggleSecondarySideBar * - togglePrimarySideBarPositionLeft * - togglePrimarySideBarPositionRight * - togglePanelAlignmentLeft * - togglePanelAlignmentRight * - togglePanelAlignmentCenter * - togglePanelAlignmentJustify */ showItems: { type: PropType; default: () => never[]; }; }>>, { showButtons: string[]; showItems: string[]; }, {}>; export default _default;