import { UIConfiguration } from './uIconfiguration';
export declare class ReactConfiguration extends UIConfiguration {
    uniqueAppId: string;
    reactClass: string;
    reactComponentsSrcPath: string;
    constructor(uniqueAppId: string, reactClass: string, reactComponentsSrcPath: string);
    configType(): string;
}
//# sourceMappingURL=reactConfiguration.d.ts.map