import { AppBarBaseProps } from "@re-flex/styled/AppBar"; import React from "react"; declare type AppBarProps = AppBarBaseProps & {}; declare const AppBar: React.FC; export default AppBar;