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