import { View } from 'react-native'; import { ColorInputProps } from './types'; interface ColorInputFactoryPayload { props: ColorInputProps; ref: View; } export declare const ColorInput: import("../../core/factory").PlatformBlocksComponent; export {};