export declare type TABBKeyValuePair<T = any> = {
    [key: string]: T;
};
