import * as React from 'react'; import { BaseRowProps } from './SharedProps/ConfigEntityRowProps'; export interface WizardSummaryRowProps extends BaseRowProps { propertyName: string; propertyValue: any; } export declare class WizardSummaryRow extends React.Component, {}> { render(): any; }