/** * Hides the container's scroll bar */ export declare const setContainerStyle: ({ container, needResetContainerStyle, originContainerStyle }: { container: any; needResetContainerStyle: any; originContainerStyle: any; }) => void;