import React from 'react'; declare const BrandFtMasthead: ({ title, ...props }: { [x: string]: any; title: any; }) => React.JSX.Element; export default BrandFtMasthead;