import * as React from 'react'; import { IRenderComponent } from '../../Utilities'; import { IKeytipDataProps } from './KeytipData.types'; /** * A small element to help the target component correctly read out its aria-describedby for its Keytip * {@docCategory Keytips} */ export declare const KeytipData: React.FunctionComponent>;