import * as React from 'react'; import type { KeytipsProps } from './Keytips.types'; /** * Keytips component - handles the logic for * entering and exiting keytips mode, showing all Keytips. */ export declare const Keytips: React.FC;