export declare const successArgTypes: { name: string; description: string; table: { defaultValue: { summary: string; }; type: { summary: "boolean"; }; category: string; }; control: { type: "boolean"; }; }; export declare const successMessageArgTypes: { name: string; description: string; table: { defaultValue: { summary: string; }; type: { summary: string; }; category: string; }; control: { type: "text"; }; };