import './ScrollableElement.css'; declare type Props = {}; export declare function ScrollableElement(props: Props): JSX.Element; export {};