import { MixedContentContext } from '../../editor/widget-framework/mixed-content-context'; import { OffsetStyle } from '../styling/offset-style'; export declare class ExternalUrlsEntity { Title: string; Url: string; OpenInNewWindow: boolean; } export declare class NavigationEntity { SelectionMode?: string; SelectedPage?: MixedContentContext; CustomSelectedPages?: MixedContentContext; LevelsToInclude?: number; Margins?: OffsetStyle; SfViewName?: string; SfWidgetLabel?: string; WrapperCssClass?: string; ShowParentPage?: boolean; Attributes?: { [key: string]: Array<{ Key: string; Value: string; }>; }; }