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