import * as React from 'react'; import { ExpoIosColorPickerViewProps } from './ExpoIosColorPicker.types'; export default function ExpoIosColorPickerView({ onChange, defaultValue, ...props }: ExpoIosColorPickerViewProps): React.JSX.Element; //# sourceMappingURL=ExpoIosColorPickerView.d.ts.map