import { GalleryState } from '../models/gallery.model';
export declare class GalleryCounterComponent {
    state: GalleryState;
}
