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