import * as React from 'react'; import { IKeytipProps } from './Keytip.types'; /** * A component corresponding the content rendered inside the callout of the keytip component. * {@docCategory Keytips} */ export declare class KeytipContentBase extends React.Component { render(): JSX.Element; }