export declare const reducer: (state: any, action: any) => any;
export declare const initialState: (props: any) => {
    currentIndex: any;
    currentUrl: string;
    transform: {
        scale: number;
        rotateZ: number;
    };
};
export default reducer;
