import React from 'react'; export declare const Ele: React.FC & { tag?: string; name: string; additionalRawClass?: string; }>;