import { type IDashboardLayoutSectionRenderProps } from "./interfaces.js"; export declare function ExportableDashboardLayoutSectionRenderer({ children, parentLayoutItemSize, parentLayoutPath, className, isHidden, exportData }: IDashboardLayoutSectionRenderProps & object): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=ExportableDashboardLayoutSectionRenderer.d.ts.map