import * as React from "react"; import { SurveyModel } from "survey-core"; interface ISurveyHeaderProps { survey: SurveyModel; } export declare class SurveyHeader extends React.Component { constructor(props: ISurveyHeaderProps); private get survey(); private get css(); private rootRef; componentDidMount(): void; componentWillUnmount(): void; private renderTitle; private renderLogoImage; render(): React.JSX.Element | null; } export {};