import React from "react"; import CenterDecorator from "../../utils/center-decorator"; declare const _default: { title: string; decorators: (typeof CenterDecorator)[]; component: ({ className, title, buttonText1, buttonText2, onClickButton1, onClickButton2, width, }: import("./my-account-start-fundraise-card").MyAccountStartFundraiseCardProps) => React.JSX.Element; }; export default _default; export declare const startFundraiseStory: { (): React.JSX.Element; story: { name: string; }; }; export declare const startFundraiseStoryV2: { (): React.JSX.Element; story: { name: string; }; };