import type { $BarRawState, $BarState, $BarWritableState } from "../../base/bar.plugin.js"; export { BAR_STYLE as NAVIGATION_BAR_STYLE } from "../../base/bar.plugin.js"; export type $NavigationBarRawState = $BarRawState; export type $NavigationBarState = $BarState; export type $NavigationBarWritableState = $BarWritableState; //# sourceMappingURL=navigation-bar.type.d.ts.map