import { AmplifyService } from '../../../providers/amplify.service'; import { S3AlbumComponentCore } from './s3-album.component.core'; export declare class S3AlbumComponentIonic extends S3AlbumComponentCore { amplifyService: AmplifyService; constructor(amplifyService: AmplifyService); }