export declare const Post: ({ tenant, post }: { tenant: any; post: any; }) => JSX.Element;