import XNode from "@web-atoms/core/dist/core/XNode"; import "../styles/limited-text.global.css"; export default function LimitedText({ text, height, ...a }: { [x: string]: any; text?: string; height?: string | number; }, ...nodes: XNode[]): any; //# sourceMappingURL=LimitedText.d.ts.map