import React from 'react'; interface NotFoundProps { continueShoppingUrl: string; } export default function NotFound({ continueShoppingUrl }: NotFoundProps): React.JSX.Element; export declare const layout: { areaId: string; sortOrder: number; }; export declare const query = "\n query Query {\n continueShoppingUrl: url(routeId: \"homepage\")\n }\n"; export {};