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