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