import { FC } from "react"; import { IContent } from "../../content/_types/IContent"; import { IBoxProps } from "../../styling/box/_types/IBoxProps"; /** * An element that takes care of scrolling the content properly */ export declare const ContentScroller: FC<{ content: IContent; } & IBoxProps>; //# sourceMappingURL=ContentScroller.d.ts.map