import { ParsedStyle } from '../../types'; export declare function convertShadowToCss(style: ParsedStyle): Record;