export declare const createBoxShadowValue: (style: any) => void | string; export declare const createTextShadowValue: (style: any) => void | string; /** * Preprocess styles */ export declare const preprocess: (originalStyle: any) => any; export default preprocess;