import { ExpressionBuilderTypes, FoundationRuleExpressionBuilder } 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-rule-expression-builder */ export declare class ZeroRuleExpressionBuilder extends FoundationRuleExpressionBuilder { styles?: ExpressionBuilderTypes.Styles; } //# sourceMappingURL=rule-expression-builder.d.ts.map