/**
 * Get attributes of given node
 * @param children
 * @param Vue
 * @returns {*}
 */
export declare function getAttributes(children: any): {};
export declare function getSlots(element: any): {
    default: any[];
};
/**
 * Helper utility returning slots for render function
 * @param children
 * @param createElement
 * @param Vue
 */
