import React from 'react';
import { IHeaderStructureStandAlone } from './types/headerStructure';
export declare const HeaderStandAlone: React.ForwardRefExoticComponent<IHeaderStructureStandAlone & React.RefAttributes<HTMLDivElement>>;
