/// <reference types="react" />
import { IKeytipLayerProps } from './KeytipLayer.types';
export declare const KeytipLayer: (props: IKeytipLayerProps) => JSX.Element;
