import { TwTheme } from '../tw-config'; import { StyleIR } from '../types'; export declare function flexGrowShrink(type: 'Grow' | 'Shrink', value: string, config?: TwTheme['flexGrow'] | TwTheme['flexShrink']): StyleIR | null; export declare function flex(value: string, config?: TwTheme['flex']): StyleIR | null;