import { Slots, InjectionKey } from "vue"; export * from "./uuid"; export * from "./is"; export * from "./field"; export * from "./deep"; export declare function getSlot(slots: Slots, slot?: string, data?: any): import("vue").VNode[] | null; export declare type MaybeArray = T | T[]; export declare function createInjectionKey(key: string): InjectionKey; export declare function composeExport(s0: T0, s1: T1): T0 & T1; export declare function toArr(number: T): T[];