/** * Options configuring behavior of fromString */ export interface FromStringOptions { ellipsis?: string; componentPrefix?: string; }