/// <reference types="react" />
import { PartialFormConfig } from '@tutim/types';
export declare const Header: ({ config }: {
    config: PartialFormConfig;
}) => JSX.Element | null;
