import type { DevToolbarApp } from "astro";
/** The dev toolbar app currently does nothing except for showing an icon. */
declare const _default: DevToolbarApp;
export default _default;
//# sourceMappingURL=app.d.ts.map