import type { Node } from 'yoga-layout'; import type { Yoga } from 'yoga-layout/load'; import type { LightningViewElementStyle } from '@plextv/react-lightning'; import type { YogaOptions } from '../types'; import type { ManagerNode } from '../types/ManagerNode'; import type { FlexProps } from './isFlexStyleProp'; export default function applyReactPropsToYoga(yoga: Yoga, config: YogaOptions, managerNode: ManagerNode, style: Partial): void; export declare function applyFlexPropToYoga(yoga: Yoga, config: YogaOptions, node: Node, key: K, styleValue: LightningViewElementStyle[K]): boolean; //# sourceMappingURL=applyReactPropsToYoga.d.ts.map