import * as React from 'react';
interface IKeepAliveProps {
    key?: string;
    name?: string;
    disabled?: boolean;
    extra?: any;
}
declare const _default: React.ComponentType<IKeepAliveProps>;
export default _default;
