export declare class NgxPicaImageService {
    private imageExtensions;
    isImage(file: File): boolean;
}
