import React from 'react'; import type { AppBarProps } from './types'; declare const AppBar: React.ForwardRefExoticComponent>; export default AppBar;