import React from "react"; declare type Props = { price: number; priceDescription?: string; title: string; description: string; image?: string; onClick?: () => void; descriptionLength?: number; }; export declare const TemplateGalleryCard: React.FC; export {};