import * as React from 'react';
import type { IRenderComponent } from '../../Utilities';
import type { 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<IKeytipDataProps & IRenderComponent<{}>>;
