import { BaseObject } from './baseObject';
export interface NativeStyleAction extends BaseObject {
}
