import { VoxketInteractiveView } from '../types/rpc';
/**
 * Example Assignment View - demonstrates how businesses can create interactive components
 * This component receives data that matches the agent's JSON schema:
 * {
 *   "title": "string",
 *   "description": "string",
 *   "estimated_time_of_completion": "string"
 * }
 */
export declare const AssignmentView: VoxketInteractiveView;
