type WebComponentType = (new (...args: any[]) => T) & { tagName: string; elementFields: string[]; elementPostfix: string[]; null: T; undefined: T; }; export { type WebComponentType }; export default WebComponentType;