// fast-foundation.d.ts
import {DI, Container, Key, Registration , InterfaceSymbol} from '@microsoft/fast-foundation/dist/dts/di/di';
import { FoundationElement, FoundationElementDefinition, FoundationElementRegistry, OverrideFoundationElementDefinition } from '@microsoft/fast-foundation/dist/dts/foundation-element/foundation-element';

export { 
    DI, Container, Key, Registration , InterfaceSymbol,
    FoundationElement, FoundationElementDefinition, FoundationElementRegistry, OverrideFoundationElementDefinition
}