import Application from '../../store/application'; export interface PropsDefine { application?: Application; } export declare class Props implements PropsDefine { } export interface StateDefine { } export declare class State implements StateDefine { }