export declare class UcPostWithId { thePostId: number; error: any; thePost: any; ErrorMessage: string; GetPostDetails(event: Event): void; GetInput(e: Event): void; render(): any; }