import * as React from 'react'; declare namespace NavbarBrand { export type NavbarBrandProps = React.HTMLProps; } declare class NavbarBrand extends React.Component { } export = NavbarBrand;