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