import { Rval1 } from './Rval1';
/** performNativeStyleActionResponse */
export interface PerformNativeStyleActionResponse {
    /** rval */
    rval?: Rval1;
}
