import { IABBCore, IABBCoreProps } from "../../index";
import * as React from 'react';
declare class ABBCore extends React.Component<IABBCoreProps, {}> implements IABBCore {
    static routerPluginName: string;
    static translatorPluginName: string;
    static corePluginName: string;
    constructor(props: IABBCoreProps);
    render(): JSX.Element;
}
export { ABBCore };
