import { type FunctionalComponent, type ExtractPropTypes } from 'vue'; import type headerProps from './headerProps'; import './index.less'; export declare type GlobalHeaderProps = ExtractPropTypes; export declare const GlobalHeader: FunctionalComponent;