/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ import { PropType } from 'vue'; /** * @hidden */ export interface DrawerNavigationState { } /** * @hidden */ export interface DrawerNavigationComputed { navigationClassNames: object; } /** * @hidden */ declare const DrawerNavigation: import('vue').DefineComponent; header: PropType; footer: PropType; content: PropType; tabIndex: PropType; showLicenseWatermark: PropType; licenseMessage: PropType; onSelect: PropType<(event: import('..').DrawerSelectEvent) => void>; }>, {}, {}, { navigationClassNames(): DrawerNavigationComputed['navigationClassNames']; }, { focus(e: any): void; onDrawerItemSelect(e: any, index: number): void; }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly; header: PropType; footer: PropType; content: PropType; tabIndex: PropType; showLicenseWatermark: PropType; licenseMessage: PropType; onSelect: PropType<(event: import('..').DrawerSelectEvent) => void>; }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export { DrawerNavigation };