import { State } from "./state"; export declare const initialState: State.Data; export declare const initial: State.Props; export default initial;