export declare function normalizeShadow({ shadowColor, shadowOffset, shadowOpacity, shadowRadius, }: Record): { shadowOffset: { width: any; height: any; }; shadowRadius: any; shadowColor: string | undefined; shadowOpacity: any; }; //# sourceMappingURL=normalizeShadow.native.d.ts.map