import type { PrefabReference } from '../types/component'; /** * Create a partial prefab * * @returns */ export declare const partial: () => PrefabReference;