import React from 'react';
import type { AppBarProps } from '../../decs';
declare const AppBar: React.FC<AppBarProps>;
export type { AppBarProps } from '../../decs';
export default AppBar;
//# sourceMappingURL=AppBar.d.ts.map