/** * Internal dependencies */ import PanelTypes from './panelTypes'; export declare enum STYLE_PANE_IDS { Selection = "selection", Link = "link", Animation = "animation" } export declare const PanelSections: { selection: (PanelTypes.ElementAlignment | PanelTypes.PageBackground | PanelTypes.PageAdvancement | PanelTypes.PageAttachment | PanelTypes.PageBackgroundAudio | PanelTypes.SizePosition | PanelTypes.TextStyle | PanelTypes.TextAccessibility | PanelTypes.Filter | PanelTypes.ShapeStyle | PanelTypes.Border | PanelTypes.VideoOptions | PanelTypes.VideoSegment | PanelTypes.Captions | PanelTypes.ImageAccessibility | PanelTypes.VideoAcessibility | PanelTypes.Product | PanelTypes.AudioSticker)[]; link: PanelTypes[]; animation: PanelTypes[]; }; //# sourceMappingURL=panelSections.d.ts.map