import type { ComponentType } from '../../jsx'; import type { BaseItemProps } from './types'; export interface CandyCardLiteProps extends BaseItemProps { width?: number; height?: number; } export declare const CandyCardLite: ComponentType;