/** * Copyright (c) 2023 Google LLC * SPDX-License-Identifier: MIT */ import type { FilterProps } from '../../Filter/types/filter_props'; export declare const getLabel: ({ expressionType, isRequired, ...props }: FilterProps) => string;