import type { ReactNode } from 'react'; import type { VoltraBaseProps } from '../baseProps'; export type GroupBoxProps = VoltraBaseProps & { /** Label content for the group box */ label?: ReactNode; }; //# sourceMappingURL=GroupBox.d.ts.map