import React from "react"; declare const _default: { title: string; component: React.ForwardRefExoticComponent<{ renderAs?: "a" | "button" | undefined; className?: string | undefined; children?: React.ReactNode; isLoading?: boolean | undefined; isDisabled?: boolean | undefined; isIconButton?: boolean | undefined; kind?: import("./Button.types").ButtonKind | undefined; size?: import("./Button.types").ButtonSizes | undefined; startIcon?: string | undefined; endIcon?: string | undefined; UNSAFE_height?: string | undefined; UNSAFE_width?: string | undefined; href?: string | undefined; type?: "button" | "reset" | "submit" | undefined; } & React.ButtonHTMLAttributes & React.AnchorHTMLAttributes & React.RefAttributes>; parameters: { docs: { description: { component: string; }; }; }; }; export default _default; export declare const ButtonStory: import("@storybook/csf").StoryAnnotations; export declare const ButtonPrimaryStory: import("@storybook/csf").StoryAnnotations; export declare const ButtonSecondaryStory: import("@storybook/csf").StoryAnnotations; export declare const ButtonTertiaryStory: import("@storybook/csf").StoryAnnotations; export declare const ButtonErrorStory: import("@storybook/csf").StoryAnnotations; export declare const ButtonDisabledStory: import("@storybook/csf").StoryAnnotations; export declare const ButtonLoadingStory: import("@storybook/csf").StoryAnnotations; export declare const IconButtonStory: import("@storybook/csf").StoryAnnotations;