/** * Copyright (c) Nicolas Gallagher. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. * * @flow */ export declare const createBoxShadowValue: (style: object) => void | string; export declare const createTextShadowValue: (style: object) => void | string; /** * Preprocess styles */ export declare const preprocess: (originalStyle: T) => T; export declare const processStyle: (originalStyle: T) => T; //# sourceMappingURL=preprocess.d.ts.map