import { View } from '../core/view';
export * from './background-common';
export declare function refreshBorderDrawable(view: View, borderDrawable: org.nativescript.widgets.BorderDrawable): void;
