/// import { Link, Props } from './Link'; declare const meta: { component: typeof Link; title: string; decorators: ((...args: any) => any)[]; }; export default meta; export declare const LinkComponent: { (args: Props): JSX.Element; args: { to: string; external: boolean; underline: boolean; appearance: undefined; }; argTypes: { appearance: { control: { type: string; options: (string | undefined)[]; }; }; }; }; export declare const all: () => JSX.Element;