import { IABBCoreAPI } from '../../index';
export interface IABBBasicProps {
    CoreAPI: IABBCoreAPI;
}
