/// import { ProductCardProps } from './types'; declare type ProductCardTextProps = Pick; export declare const ProductCardText: ({ text }: ProductCardTextProps) => JSX.Element | null; export {};