import { ClassNames, ConfigurationOptions, ApplicationState } from '../types'; export declare const initialState: ApplicationState; declare const state: (config?: Partial, css?: Partial) => import('../types').CreateState; export default state; //# sourceMappingURL=index.d.ts.map