export const DEFAULT_STATE: any;
export default ACKDispatcher;
declare function ACKDispatcher(props: any): null;
declare namespace ACKDispatcher {
    let propTypes: any;
    let displayName: string;
}
