import { type ViewBase } from '@nativescript/core'; import { type Parent } from '../../types'; export declare function getChildren(target: Parent): ViewBase[];