/// import { BoxProps } from '../Box'; export declare type LocalTextInlineProps = {}; export declare type TextInlineProps = BoxProps & LocalTextInlineProps; export declare const TextInline: import("react").ForwardRefExoticComponent & import("react").RefAttributes> & { displayName?: string; useProps: (props?: Partial, config?: { disableCSSProps?: string[]; themeKey?: string; }) => any; };