import { View } from 'react-native'; import type { ColorPickerProps } from './types'; export declare const ColorPicker: import("../../core/factory").PlatformBlocksComponent<{ props: ColorPickerProps; ref: View; }>;