import { type ProductiebonConfig } from "../lib/productiebonBuilder.js"; /** Beheer van de blokken waaruit de productiebon is opgebouwd. */ export declare function ProductiebonBlokkenPanel({ config, onChange, }: { config: ProductiebonConfig; onChange: (c: ProductiebonConfig) => void; }): import("react").JSX.Element; //# sourceMappingURL=ProductiebonBlokkenPanel.d.ts.map