/**
 * @file index.tsx
 *
 * @fileoverview Renders a sample header with a logo and menu (desktop).
 */
/// <reference types="react" />
/**
 * A sample header with a logo and menu (desktop).
 */
export declare const FixedHeader: () => JSX.Element;
