import React from 'react'; import { DraggableProvided } from 'react-beautiful-dnd'; import { IKanbanTemplateColumn } from '@/api'; interface HeaderProps extends React.HTMLAttributes { provided: DraggableProvided; column: IKanbanTemplateColumn; } declare const _default: React.FunctionComponent; export default _default;