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