import { RsNgCarouselComponent } from './src/components/rs-ng-carousel'; import { RsNgModalComponent } from './src/components/rs-ng-modal'; import { RsNgButtonLineComponent } from './src/components/rs-ng-button-line'; import { RsNgStepsComponent } from './src/components/rs-ng-steps'; declare const compositeCompList: (typeof RsNgCarouselComponent | typeof RsNgModalComponent | typeof RsNgButtonLineComponent | typeof RsNgStepsComponent)[]; declare const compositeCompMatch: { 'rs-ng-carousel': typeof RsNgCarouselComponent; 'rs-ng-modal': typeof RsNgModalComponent; 'rs-ng-button-line': typeof RsNgButtonLineComponent; 'rs-ng-steps': typeof RsNgStepsComponent; }; export { compositeCompList, compositeCompMatch };