interface CardConfig { tagName: string; } declare const createCardComponent: ({ tagName }: CardConfig) => () => void; export { createCardComponent }; //# sourceMappingURL=_model.d.ts.map