import * as React from 'react'; export interface InnerReduxProps { isEditMode: boolean; } export interface InnerActionProps { editMode: React.MouseEventHandler; } interface OwnProps { label: string; } export declare type InnerProps = InnerReduxProps & InnerActionProps & OwnProps; declare const _default: any; export default _default; //# sourceMappingURL=index.d.ts.map