import * as React from 'react';
import { IMadeWithLoveProps } from './typings/MadeWithLove';
import { IFreighterLogoProps } from './typings/FreighterLogo';
import { IHeartProps } from './typings/Heart';
declare const MadeWithLove: React.ComponentClass<IMadeWithLoveProps>;
declare const FreighterLogo: React.ComponentClass<IFreighterLogoProps>;
declare const Heart: React.ComponentClass<IHeartProps>;