/** * Hook to determine if the current media is print. */ export declare function useMediaPrint(): boolean;