export function useMediaQuery( query: string, options?: { defaultValue?: boolean; initializeWithValue?: boolean; } ): boolean;