import { ComponentStory } from "@storybook/react";
import { PartyAccountItemButton } from "../PartyAccountItemButton";
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("../PartyAccountItemButton").PartyAccountItemButtonProps>;
export default _default;
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, import("../PartyAccountItemButton").PartyAccountItemButtonProps>;
export declare const Disabled: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, import("../PartyAccountItemButton").PartyAccountItemButtonProps>;
export declare const Selected: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, import("../PartyAccountItemButton").PartyAccountItemButtonProps>;
export declare const WithTag: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, import("../PartyAccountItemButton").PartyAccountItemButtonProps>;
export declare const WithParentName: ComponentStory<typeof PartyAccountItemButton>;
