import { IGatsbyState, ActionsUnion } from "../types";
export declare const componentsReducer: (state: Map<string, import("../types").IGatsbyPageComponent> | undefined, action: ActionsUnion) => IGatsbyState["components"];
