import React from 'react'; import type { PropertyGroupProps } from './Props.js'; /** Horizontal group of properties with a shared title, optionally wrapped in Paper. */ export declare const PropertyGroup: React.FC; //# sourceMappingURL=Group.d.ts.map