export interface ComponentType { readonly name: string; create(data?: Partial): T; } export declare function defineComponent(name: string, defaultValues: T): ComponentType; //# sourceMappingURL=Component.d.ts.map