import * as React from 'react';
import type { IKeytipLayerProps } from './KeytipLayer.types';
export declare const KeytipLayer: React.FunctionComponent<IKeytipLayerProps>;
