import { IUrlButton } from '../urlButton'; export interface IViewDeps { UrlButton: IUrlButton; }