export declare const StorybookHeadingArgs: { children: { name: string; type: { name: string; required: boolean; }; defaultValue: string; control: { type: string; }; }; size: { name: string; type: { name: string; }; defaultValue: string; control: { type: string; }; options: string[]; }; };