import Abstract from './abstract'; import type { AbstractState } from '../types'; declare class Compound> extends Abstract { } export default Compound;