import React from 'react';
import type { AppBarProps } from './AppBarTop.props';
declare const AppBarTop: React.ForwardRefExoticComponent<AppBarProps & React.RefAttributes<HTMLElement>>;
export default AppBarTop;
