import { CCSFrontendComponent } from './ccs-frontend-component'; declare const createAll: (Component: typeof CCSFrontendComponent) => void; declare const initAll: () => void; export { initAll, createAll }; //# sourceMappingURL=init.d.ts.map