declare type StyleModifier = (style: Object) => Object; declare const prefixAll: StyleModifier; export default prefixAll;