import type { ComponentType, ReactNode } from "react"; import type { HeaderRenderProps } from "../types"; export declare const PanelInnerContent: { ({ isComposable, shouldRender, Content, data, renderHeader, headerProps, }: { isComposable: boolean; shouldRender: boolean; Content: ComponentType> | undefined; data: Record; renderHeader?: false | ((props: HeaderRenderProps) => ReactNode); headerProps: HeaderRenderProps; }): import("react").JSX.Element | null; displayName: string; }; //# sourceMappingURL=sheet-panel-content.d.ts.map