import { FC } from "react";
import { AppbarProps } from './appbar.types';
declare const Appbar: FC<AppbarProps>;
export default Appbar;
