import type { IUIKitSurface } from './IUIKitSurface';
import { UIKitSurfaceType } from './IUIKitSurface';
export import UIKitViewType = UIKitSurfaceType;
export type IUIKitView = IUIKitSurface;
