import { HTMLCoralProps } from 'coral-system'; export interface LinkProps extends HTMLCoralProps<'a'> { } export declare const Link: import("coral-system/dist/esm/types").CoralComponent<"a", LinkProps>;