import { type ReactNode } from "react"; type ConfigDummySectionProps = { id: string; children: ReactNode; }; export declare function ConfigDummySection({ id, children }: ConfigDummySectionProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=ConfigDummySection.d.ts.map