import { OwnerStateThemeType } from './';
declare const AppBar: () => {
    MuiAppBar: {
        styleOverrides: {
            root: ({ theme }: OwnerStateThemeType) => {
                backgroundColor: string;
                borderBottom: string;
                color: string;
                transition: string;
            };
        };
    };
};
export default AppBar;
