/**
 * @description:  Get slot to prevent empty error
 */
export declare function getSlot(slots: any, slot?: string, data?: any): any;
/**
 * extends slots
 * @param slots
 * @param excludeKeys
 */
export declare function extendSlots(slots: any, excludeKeys?: string[]): any;
