import React from 'react'; declare const _default: { title: string; component: React.FC; argTypes: { variant: { options: readonly ["inherit", "neutral", "primary", "accent"]; control: { type: string; }; }; }; }; export default _default; export declare const Template: { (args: any): JSX.Element; args: { href: string; children: string; variant: string; external: boolean; }; }; export declare const Variants: (args: any) => JSX.Element; export declare const External: (args: any) => JSX.Element; export declare const InlineWithText: (args: any) => JSX.Element;