// ### // main type declaration file for the package. // - components: export stencil generated types for the components // - index: export types of the package (classes, interfaces, ...) // ### export * from './components'; export * from './index';