/// interface NewColumnHeaderProps { style: object; onAdd: (name: string) => void; } export declare function NewColumnHeader(props: NewColumnHeaderProps): JSX.Element; export {};