declare const Component: {
    styleOverrides: {
        root: ({ theme }: any) => {
            '& .MuiTypography-root': {
                marginBottom: any;
            };
            '& .SCAccountDelete-confirm > .MuiTextField-root': {
                display: string;
            };
        };
    };
};
export default Component;
