import { ExpressionBuilder } from '@genesislcap/expression-builder'; /** * We don't create the foundation version of the component in the same way as the other components, * they're composed from a base FAST component. * The reason for this is that we want to have ExpressionBuilder as an independent and open source * component, and due to this we don't want to release it as base components that someone needs to use * FAST to compose. */ export declare class FoundationExpressionBuilder extends ExpressionBuilder { } //# sourceMappingURL=expression-builder.d.ts.map