export declare const defaultScaleCorrector: {
    borderRadius: any;
    borderTopLeftRadius: any;
    borderTopRightRadius: any;
    borderBottomLeftRadius: any;
    borderBottomRightRadius: any;
    boxShadow: any;
};
