import { Slots, VNode } from 'vue';
export declare const normalizeSlot: (name: string, scope?: {}, $slots?: Slots) => VNode;
