export declare const withModernization: { args: { api: any; enableModernizedComponents: boolean; }; play: ({ canvasElement }: { canvasElement: any; }) => Promise; }; export declare const withSharedLink: { args: { api: any; }; play: (context: any) => Promise; }; export declare const DesktopVariant: { args: { api: any; variant: string; }; play: (context: any) => Promise; }; export declare const withCollaborators: { args: { api: any; }; play: (context: any) => Promise; }; declare const _default: { title: string; component: any; }; export default _default;