import { GalleryState } from '../models/gallery.model';
import { GalleryConfig } from '../models/config.model';
/** Initial state */
export declare const defaultState: GalleryState;
export declare const defaultConfig: GalleryConfig;
