import { IContent } from "../_types/IContent";
/**
 * Scrolls the content up or down
 * @param content The content to be scrolled
 * @param amount The amount to scroll, with negative numbers representing up
 * @returns Whether the scroll was changed
 */
export declare function scrollContent(content: IContent, amount: number): boolean;
//# sourceMappingURL=scrollContent.d.ts.map