///
export interface MastheadLogoProps extends React.DetailedHTMLProps, HTMLAnchorElement> {
/** Content rendered inside of the masthead logo. */
children?: React.ReactNode;
/** Additional classes added to the masthead logo. */
className?: string;
/** Component type of the masthead logo. */
component?: React.ElementType | React.ComponentType;
/** @beta Flag indicating the logo is a compact variant. Used in docked layouts. */
isCompact?: boolean;
}
export declare const MastheadLogo: React.FunctionComponent;
//# sourceMappingURL=MastheadLogo.d.ts.map