interface CCSFrontendComponent { init(): void; } declare const CCSFrontendComponent: { new ($element: JQuery): CCSFrontendComponent; moduleName: string; }; export { CCSFrontendComponent }; //# sourceMappingURL=ccs-frontend-component.d.ts.map