import { ParsedStyle } from '../../types'; export declare function convertPositionToCss(styles: ParsedStyle[]): Record;