declare const Component: {
    styleOverrides: {
        root: ({ theme, open }: any) => {
            width: string;
            '& .SCLessonAppbar-title': {
                [x: number]: {
                    overflow: string;
                    textOverflow: string;
                    whiteSpace: string;
                };
                flexGrow: number;
            };
            '& .SCLessonAppbar-start-items': {
                flexGrow: number;
                display: string;
                alignItems: string;
            };
            boxShadow: string;
            borderBottom: string;
            '& .MuiToolbar-root': {
                minHeight: string;
            };
            transition: any;
        };
    };
};
export default Component;
