/// export declare const getStrFullLength: (str?: string) => number; export declare const cutStrByFullLength: (str: string | undefined, maxLength: any) => string; declare const EllipsisComponent: (props: any) => JSX.Element; export default EllipsisComponent;