import { ComponentStyleConfig } from '@chakra-ui/theme'; export declare const linkBaseStyle: { width: string; borderRadius: string; _hover: { textDecoration: string; }; }; export declare const Link: ComponentStyleConfig;