import React from 'react'; import type { IStyledPlugin } from '@gluestack-style/react'; export declare class TextStyleResolver implements IStyledPlugin { name: string; from?: string; styledComponentConfig: any; themed: any; register(): void; constructor(); inputMiddleWare(_styledObj: any, _shouldUpdate: boolean | undefined, _: boolean | undefined, Component: any, ...args: any): any[]; componentMiddleWare({ Component, GluestackStyleSheet }: any): React.ForwardRefExoticComponent & React.RefAttributes>; }