/// import { Section } from './Section'; declare const meta: { component: typeof Section; title: string; decorators: ((...args: any) => any)[]; }; export default meta; export declare const basic: () => JSX.Element; export declare const nested: () => JSX.Element;