import { BreakdownSectionProps } from './types.js'; /** * BreakdownSection displays a collapsible section with: * - Header with title and add button * - List of selected breakdowns (using BreakdownItemCard) * - Drag/drop reordering support */ declare const BreakdownSection: import('react').NamedExoticComponent; export default BreakdownSection;