interface TextAndImagesProps { title: string; subtitle: string; description: string; missionTitle: string; missionDescription: string; images: string[]; raisedAmount: string; companiesCount: string; dealsClosed: string; leadsGenerated: string; } export declare function TextAndImages({ title, subtitle, description, missionTitle, missionDescription, images, raisedAmount, companiesCount, dealsClosed, leadsGenerated, }: TextAndImagesProps): import("react/jsx-runtime").JSX.Element; export {};