export declare type NativeStyleStatus = 'ACTIVE' | 'ARCHIVED' | 'UNKNOWN';
