import { AppBarProps } from '@material-ui/core/AppBar'; export declare type AppBarPosition = 'fixed' | 'absolute' | 'sticky' | 'static' | 'relative'; export declare type IAppBarProps = Omit;