type GridPageTitleProps = {
    sessionId: string;
    taskId?: number;
};
export default function GridPageTitle(props: GridPageTitleProps): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=GridPageTitle.d.ts.map