import { ComplexStyleRule } from '@vanilla-extract/css'; export declare const FAMILY: string; export declare const hideTextOverflow: () => { overflow: string; textOverflow: string; whiteSpace: string; }; export declare const lineClamp: (lines: number) => ComplexStyleRule; //# sourceMappingURL=font.d.ts.map