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