export type SectionSpaceProps = Readonly<{ /** Label shown in drop state. Consumer passes translated string. */ label: string; /** Whether a drag is currently over this drop zone */ isOver?: boolean; /** Additional CSS classes for layout composition */ className?: string; }>; export declare const SectionSpace: ({ isOver, label, className }: SectionSpaceProps) => import("react").JSX.Element; //# sourceMappingURL=SectionSpace.d.ts.map