/// import * as S from "./../styled-components"; interface IScrollContainer extends S.IMainCssType { height?: string | number; width?: string | number; scrolledToBottom?: () => void; loading?: boolean; } export declare const ScrollContainer: React.FC; export {};