import { NativeStyleServiceInterfacePort } from '../ports/NativeStyleServiceInterfacePort'

export interface NativeStyleService {
  readonly NativeStyleServiceInterfacePort: NativeStyleServiceInterfacePort
}
