import * as React from 'react'; export interface InnerReduxProps { isResizeMode: boolean; } export interface InnerActionProps { resizeMode: 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