import type { FlexAlignType, FlexStyle } from 'react-native'; import type { SpaceProps } from './type'; export declare const flexAlign: Record['align'], FlexAlignType>; export declare const flexJustify: Record['justify'], FlexStyle['justifyContent']>;