import { type HTMLAttributes } from "react"; export type KanbanAddButtonProps = HTMLAttributes & { onAdd?: () => void; }; export declare const KanbanAddButton: ({ className, onAdd, onClick, children, ...props }: KanbanAddButtonProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=kanban-add-button.d.ts.map