import type { IRichTextGraphicAttribute, ITextGraphicAttribute } from '../interface';
type ITextBoundsParams = Partial<ITextGraphicAttribute>;
export declare function getTextBounds(params: ITextBoundsParams): any;
type IRichTextBoundsParams = Partial<IRichTextGraphicAttribute>;
export declare function getRichTextBounds(params: IRichTextBoundsParams): any;
export {};
