import React from 'react'; import type { ToolLandingPageHeaderTemplateProps } from './ToolLandingPageTemplate.types'; export declare const ToolLandingPageHeaderTemplate: React.ForwardRefExoticComponent> & Partial> & { settingsLink?: string | React.FunctionComponent, HTMLAnchorElement>> | React.ForwardRefExoticComponent, HTMLAnchorElement>> | undefined; } & React.RefAttributes>; export declare const ToolLandingPageTemplate: React.ForwardRefExoticComponent & { headerProps?: ToolLandingPageHeaderTemplateProps | undefined; } & React.RefAttributes>;