import { TextStyle, ViewStyle } from 'react-native'; /** * Merges state-variant styles (e.g. `placeholder:error`) into a flat object keyed by part name. * Pass a key as `[key, false]` to get only the active state overrides without the base style merged in * — useful when RN props accept raw color values that must not be wrapped in a style array. */ export declare function useInputBasePartialStyles>(styles: Record, styleKeys: Array, states: S): Record; //# sourceMappingURL=useInputBasePartialStyles.d.ts.map