declare const Component: {
    styleOverrides: {
        root: ({ theme }: any) => {
            '& .SCLanguageSwitcher-label': {
                fontWeight: any;
            };
            '& .MuiInputBase-root': {
                textTransform: string;
            };
            '& fieldset.MuiOutlinedInput-notchedOutline': {
                borderWidth: number;
            };
        };
    };
};
export default Component;
