declare const Component: {
    styleOverrides: {
        root: ({ theme }: any) => {
            margin: any;
            '& .SCLiveStreamFormSettings-access-view': {
                margin: any;
                width: string;
                '& .Mui-checked': {
                    color: any;
                };
            };
        };
    };
};
export default Component;
