import type { ToolbarTitleProps } from '../types/index.js';
declare const AppBarTitle: import("svelte").Component<ToolbarTitleProps, {}, "">;
type AppBarTitle = ReturnType<typeof AppBarTitle>;
export default AppBarTitle;
