/** @packageDocumentation * @module Base */ import "./Ellipsis.scss"; import { CommonProps } from "@bentley/ui-core"; /** 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