import type { ToolbarProps } from '@mui/material'; import type { ReactElement } from 'react'; import React from 'react'; import type { AppBarExProps } from '../AppBarExProps.tsx'; export interface ApplicationAppBarProps extends AppBarExProps { contextToolbar?: ReactElement; logo?: React.ReactNode; responsive?: boolean; systemToolbar?: ReactElement; } export declare const ApplicationAppBar: React.FC; //# sourceMappingURL=Application.d.ts.map