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