declare const Component: {
    styleOverrides: {
        root: ({ theme }: any) => {
            margin: any;
            '& .SCCustomAdv-wrap': {
                width: string;
                position: string;
            };
            '& .SCCustomAdv-image': {
                width: string;
            };
            '& .SCCustomAdv-embed-code': {
                width: string;
            };
            '& .SCCustomAdv-prefixed-height': {
                position: string;
                top: number;
                left: number;
                bottom: number;
                right: number;
            };
        };
        skeletonRoot: ({ theme }: any) => {};
        dialogRoot: ({ theme }: any) => {};
    };
};
export default Component;
