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