import { Pod } from "../../../model/pod.model"; export declare class PodViewComponent { pod: Pod; }