import { type ViewBase } from '@nativescript/core'; import { type Handler } from 'innet'; import { type Parent } from '../../types'; export declare function setParent(handler: Handler, parent: Parent): void;