import * as React from "react"; export declare const SectionRoot: ({ title, children, }: { title: string; children: React.ReactNode; }) => import("react/jsx-runtime").JSX.Element; export declare const SectionItem: (props: { children: React.ReactNode; } & React.ButtonHTMLAttributes) => import("react/jsx-runtime").JSX.Element; export declare const Section: { Root: ({ title, children, }: { title: string; children: React.ReactNode; }) => import("react/jsx-runtime").JSX.Element; Item: (props: { children: React.ReactNode; } & React.ButtonHTMLAttributes) => import("react/jsx-runtime").JSX.Element; }; //# sourceMappingURL=Section.d.ts.map