import { type HTMLAttributes } from "react";
export type KanbanHeaderProps = HTMLAttributes & {
onAdd?: () => void;
showAddButton?: boolean;
};
export declare const KanbanHeader: {
({ className, onAdd, showAddButton, children, ...props }: KanbanHeaderProps): import("react/jsx-runtime").JSX.Element;
displayName: string;
};
//# sourceMappingURL=kanban-header.d.ts.map