import { SkyToken } from './token'; export interface SkyTokenSelectedEventArgs { token?: SkyToken; }