/** @packageDocumentation * @module StatusBar */ import * as React from "react"; import type { CommonProps } from "@itwin/core-react"; /** `SelectionInfoField` component is designed to be specified in a status bar. * It is used to display the number of items in a selection set. * @note Requires redux provider. * @public * @deprecated in 4.15.0. Use {@link SelectionCountField} instead. */ export declare function SelectionInfoField(props: CommonProps): React.JSX.Element; //# sourceMappingURL=SelectionInfo.d.ts.map