import { Link } from '../../global/shared-types/link.types';
/**
 * Help content
 * This is scrollable content that is placed in the popover of the Help component.
 * Moved here mostly to avoid having inlined styles in the parent component.
 * Since you cannot send styles to the Portal component, we need to have this
 * child component.
 *
 * @private
 */
export declare class HelpContent {
    value: string;
    readMoreLink?: Link;
    render(): any;
    private renderReadMoreLink;
}
//# sourceMappingURL=help-content.d.ts.map