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