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