import { SVATraits } from 'jade-garden';
/**
 * **Link**
 * @description Allows a user to navigate to another page or resource within a web page or application.
 * @see [source](https://kobalte.dev/docs/core/components/link#anatomy)
 */
export declare const slots: readonly ["root"];
/**
 * **Link**
 * @description Allows a user to navigate to another page or resource within a web page or application.
 * @see [source](https://kobalte.dev/docs/core/components/link#anatomy)
 */
export type Slots = (typeof slots)[number];
/**
 * **Link**
 * @description Allows a user to navigate to another page or resource within a web page or application.
 * @see [source](https://kobalte.dev/docs/core/components/link#api-reference)
 */
export type Traits = SVATraits<Slots, {
    root: {};
}>;
