export interface MyTaskPageProps { initiallySelectedFilter?: 'owned' | 'all'; contextMenu?: { editor?: boolean; actions?: boolean; create?: boolean; }; } export declare const ListTasksPage: (props: MyTaskPageProps) => import("react/jsx-runtime").JSX.Element;