import { default as React } from 'react'; type SectionProps = { children: React.ReactNode; }; export declare const Section: { Main: ({ children }: SectionProps) => import("react/jsx-runtime").JSX.Element; Header: ({ children }: SectionProps) => import("react/jsx-runtime").JSX.Element; HeaderTitle: ({ children }: SectionProps) => import("react/jsx-runtime").JSX.Element; HeaderSubTitle: ({ children }: SectionProps) => import("react/jsx-runtime").JSX.Element; HeaderAction: ({ children }: SectionProps) => import("react/jsx-runtime").JSX.Element; Content: ({ children }: SectionProps) => import("react/jsx-runtime").JSX.Element; }; export {};