import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; import type { Install, BasicType } from '../_utils'; import Header from "./src/header"; export declare const VHeader: Install, string | number | null>; readonly padding: BasicType, string | number | null>; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly, string | number | null>; readonly padding: BasicType, string | number | null>; }>>, { readonly padding: string | number; readonly height: string | number; }>>; /** header 组件实例类型 */ export type HeaderInstance = InstanceType; export * from './src/interface'; export default VHeader;