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