import type { IBoundsLike } from '@visactor/vutils';
export declare const isTextOverflow: (componentBoundsLike: IBoundsLike, textBounds: IBoundsLike | null, layout: 'start' | 'end', isHorizontal: boolean) => boolean;
