export declare type UseGoogleAnalyticsProps = { id: string; startLoading: boolean; delay: number; }; export declare const useGoogleAnalytics: ({ id, startLoading, delay }: UseGoogleAnalyticsProps) => void;