import React from 'react'; import type { AppBarProps } from './types'; export declare function AppBar(rawProps: AppBarProps): React.ReactElement; //# sourceMappingURL=AppBar.d.ts.map