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