import * as React from "react"; export interface Props { image?: string; title: string; subtitle?: string; } declare const Informative: React.SFC; export default Informative;