import * as react_jsx_runtime from 'react/jsx-runtime'; import * as React from 'react'; interface ListPageSplitDetailsPlaceholderProps { title?: string; description?: React.ReactNode; className?: string; } /** * Empty right pane for split hubs — flat `bg-card` to match Miller / tree columns. */ declare function ListPageSplitDetailsPlaceholder({ title, description, className, }: ListPageSplitDetailsPlaceholderProps): react_jsx_runtime.JSX.Element; export { ListPageSplitDetailsPlaceholder, type ListPageSplitDetailsPlaceholderProps };