import { FormGroup } from '@angular/forms'; import { BucketService } from '../../../controllers/Bucket'; import * as i0 from "@angular/core"; export declare class CreateCustomBucketFormService { private bucketService; form: FormGroup; constructor(bucketService: BucketService); submit(raw?: boolean): import("rxjs").Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }