// ### // main type declaration file for the package. // - dependencies: import types from dependencies in order to allow usage of these types inside this package // - components: export stencil generated types for the components // - index: export types of the package (classes, interfaces, ...) // ### import './dependencies'; export * from './components'; export * from './index';