/// import { BaseComponent } from '../../Utilities'; import { IKeytipProps } from './Keytip.types'; /** * A component corresponding the the content rendered inside the callout of the keytip component. * * @export * @class KeytipContent * @extends {BaseComponent} */ export declare class KeytipContentBase extends BaseComponent { render(): JSX.Element; }