import * as React from 'react'; export declare const KeytipLayerWrapper: React.FunctionComponent<{}>; export declare const withKeytipLayer: (storyFn: () => React.ReactNode) => JSX.Element;