declare const _default: { title: string; argTypes: { heading: { control: string; description: string; table: { defaultValue: { summary: string; }; }; }; backgroundColor: { options: string[]; control: { type: string; }; description: string; table: { defaultValue: { summary: string; }; }; }; }; args: { heading: string; backgroundColor: string; }; tags: string[]; }; export default _default; export declare const ContentTextSection: (args: any) => string;