import { StoryObj } from "@storybook/react-vite"; import { fn } from "storybook/test"; declare const _default: { title: string; component: import("react").ForwardRefExoticComponent & { icon?: import("../../Icon").IconProps["svg"]; color?: "inherit" | "critical" | "primary" | "positive" | "warning"; variant?: "plain" | "underline"; } & import("react").RefAttributes>; parameters: { iframe: { url: string; }; }; }; export default _default; export declare const variant: { name: string; render: () => import("react").JSX.Element; }; export declare const color: { name: string; render: () => import("react").JSX.Element; }; export declare const icon: { name: string; render: () => import("react").JSX.Element; }; export declare const href: StoryObj; export declare const onClick: StoryObj<{ handleClick: ReturnType; }>; export declare const hrefOnClick: StoryObj<{ handleClick: ReturnType; }>; export declare const disabled: StoryObj; export declare const render: StoryObj; export declare const className: StoryObj; export declare const testMultilineInText: { name: string; render: () => import("react").JSX.Element; };