import type { UnifiedDraftModelPageProps } from '../components/UnifiedDraftModelPage/types';
/**
 * Unified page component for Activity/Exam Drafts and Models
 * Delegates most logic to useActivityDraftModelPage hook
 */
export declare const UnifiedDraftModelPage: ({ type, activityCategory, data, loading, error, pagination, onDelete, onSend, onParamsChange, userData, activityImage, noSearchImage, routes, }: UnifiedDraftModelPageProps) => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=UnifiedDraftModelPage.d.ts.map