/// import "./FiltrationGroupComponent.scss"; import { ICallbackProps, IStateProps } from "./types"; type Props = IStateProps & ICallbackProps; declare const FiltrationGroupComponent: ({ groupType, andLabel, orLabel, shouldShowLabel, children, onGroupTypeToggle, state, onConditionRemove, shouldShowDuplicateButton, shouldShowRemoveButton, shouldShowLabelButton, onConditionCopy, shouldShowButtons, addGroupConditionButton, addSimpleConditionButton, onConditionStateToggle, moreConditionToggleCaption, moreActions }: Props) => JSX.Element; export { FiltrationGroupComponent };