export interface IPageGuideItem { content: string; element?: string; title?: string; position?: string; shape?: string; padding?: number; }