import React from 'react'; export type MainNavigationLogoProps = { /** * url to navigate to when clicking on the logotype. Using this prop will wrap the logo in an -element */ url?: string; /** * descriptive label */ label?: string; } & React.HTMLAttributes; export declare function asProductLogo(Logo: React.ElementType): React.FC; //# sourceMappingURL=utils.d.ts.map