import React from 'react'; interface LogoProps { dashboardUrl: string; } export default function Logo({ dashboardUrl }: LogoProps): React.JSX.Element; export declare const layout: { areaId: string; sortOrder: number; }; export declare const query = "\n query query {\n dashboardUrl: url(routeId:\"dashboard\")\n }\n"; export {};