import { ExpressionBuilderTypes, FoundationExpressionBuilder } from '@genesislcap/foundation-ui'; /** * We don't create the zero 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. * * @tagname zero-expression-builder */ export declare class ZeroExpressionBuilder extends FoundationExpressionBuilder { styles?: ExpressionBuilderTypes.Styles; } //# sourceMappingURL=expression-builder.d.ts.map