import React from 'react'; export interface LogoProps extends React.AnchorHTMLAttributes { href: string; tall?: boolean; title?: string; } interface HeaderLogoTextProps extends React.HTMLAttributes { homeLink: string; tall?: boolean; logo?: React.FC; } declare const HeaderLogoText: React.FC; export default HeaderLogoText; //# sourceMappingURL=HeaderLogoText.d.ts.map