/**
 * Custom hook to detect YouTube URLs
 * @param url - The URL to check
 * @returns boolean indicating if the URL is a YouTube URL
 */
export declare const useYouTubeDetection: (url: string) => boolean;
