export declare const ActionPageContent: () => import("react/jsx-runtime").JSX.Element; export type ActionsPageProps = { contextMenu?: { editor?: boolean; tasks?: boolean; create?: boolean; }; }; export declare const ActionsPage: (props: ActionsPageProps) => import("react/jsx-runtime").JSX.Element;