/// import { type StyleProp, type ViewStyle } from 'react-native'; import type { CardSelectType } from '../../utils/TypesUtil'; export declare const CardSelectHeight = 96; export declare const CardSelectWidth = 76; export interface CardSelectProps { name: string; imageSrc?: string; imageHeaders?: Record; disabled?: boolean; installed?: boolean; selected?: boolean; type?: CardSelectType; onPress?: () => void; style?: StyleProp; } declare function _CardSelect({ name, type, imageSrc, imageHeaders, onPress, disabled, installed, selected, style }: CardSelectProps): import("react/jsx-runtime").JSX.Element; export declare const CardSelect: import("react").MemoExoticComponent; export {}; //# sourceMappingURL=index.d.ts.map