import { AllHTMLAttributes, DetailedHTMLProps, SFC } from 'react';
/**
 * ScrollWrapper directs the user to scroll the page to reveal it's children.
 * Use this on Modules that have scroll and/or observer triggers.
 */
declare const ScrollWrapper: SFC<DetailedHTMLProps<AllHTMLAttributes<HTMLDivElement>, HTMLDivElement>>;
export default ScrollWrapper;
//# sourceMappingURL=ScrollWrapper.d.ts.map