export declare const active: string; export declare const ellipsis: import("@vanilla-extract/recipes").RuntimeFn<{ truncationMode: { start: { textOverflow: "ellipsis"; direction: "rtl"; textAlign: "left"; selectors: { '&::after, &::before': { content: "‎"; }; }; }; middle: { textOverflow: "clip"; selectors: { [x: string]: { content: "attr(data-sourcetext) / \"\""; color: "transparent"; display: "table"; height: number; lineHeight: number; userSelect: "none"; }; }; }; end: { textOverflow: "ellipsis"; }; }; }>;