import { LayoutAlignSelf } from '@preply/ds-core'; import { ViewStyle } from 'react-native'; export interface LayoutFlexItemStyle { alignSelf?: LayoutAlignSelf; flex?: number; } export declare function useLayoutFlexItemStyle({ alignSelf, flex, }: LayoutFlexItemStyle): Pick; //# sourceMappingURL=useLayoutFlexItemStyle.d.ts.map