import BaseComponent from "./base-component"; import Sheet from './sheet'; export default function createComponent(sheet: Sheet, componentType: string, data: T, options?: any): BaseComponent;