import { MiddleTruncateProps, OverflowTextProps } from "../../lib/types.js"; import * as react_jsx_runtime0 from "react/jsx-runtime"; //#region src/react/components/OverflowText.d.ts declare function OverflowText({ children, mode, marker, variant, ...props }: OverflowTextProps): react_jsx_runtime0.JSX.Element; declare function Truncate({ children, ...props }: Omit): react_jsx_runtime0.JSX.Element; declare function Fruncate({ children, ...props }: Omit): react_jsx_runtime0.JSX.Element; declare function MiddleTruncate({ children, contents, priority, split, minimumLength, className, style, ...props }: MiddleTruncateProps): react_jsx_runtime0.JSX.Element | null; //#endregion export { Fruncate, MiddleTruncate, OverflowText, Truncate }; //# sourceMappingURL=OverflowText.d.ts.map