declare const Component: {
    styleOverrides: {
        root: ({ theme }: any) => {
            '& .SCPreviewMediaImage-title': {
                position: string;
                top: any;
                left: any;
                '& > h6': {
                    padding: any;
                    borderRadius: any;
                    maxWidth: number;
                    textOverflow: string;
                    whiteSpace: string;
                    overflow: string;
                };
            };
        };
    };
};
export default Component;
