export declare class PostMetaNavigation { /** * Displays the meta-navigation horihontally or vertically. * Allowed values: 'horizontal' | 'vertical' */ orientation: 'horizontal' | 'vertical'; /** * Displays the meta-navigation in full-width. */ fullWidth?: boolean; render(): any; }