declare const Component: {
    styleOverrides: {
        root: ({ theme }: any) => {
            [x: number]: {
                '& .MuiDialogContent-root': {
                    marginLeft: any;
                    marginRight: any;
                };
                '& .SCEventForm-actions': {
                    marginBottom: any;
                };
            };
            '& .MuiDialogTitle-root': {
                '& span': {
                    flexGrow: number;
                    textAlign: string;
                };
            };
        };
    };
};
export default Component;
