import * as React from 'react'; export interface MastheadBrandProps extends React.DetailedHTMLProps, HTMLAnchorElement> { /** Content rendered inside of the masthead brand. */ children?: React.ReactNode; /** Additional classes added to the masthead brand. */ className?: string; /** Component type of the masthead brand. */ component?: React.ElementType | React.ComponentType; } export declare const MastheadBrand: React.FunctionComponent; //# sourceMappingURL=MastheadBrand.d.ts.map