interface PropertiesViewProps { className?: string; properties: { name: string; value: React.ReactNode; description?: string; }[]; } export declare function PropertiesView({ className, properties }: PropertiesViewProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=PropertiesView.d.ts.map