/** @packageDocumentation * @module Base */ /// import "./Ellipsis.scss"; import type { CommonProps } from "@itwin/core-react"; /** A component that renders three dots (common for text truncation). Used in overflow buttons. * @internal */ export declare function Ellipsis(props: CommonProps): JSX.Element; //# sourceMappingURL=Ellipsis.d.ts.map