import React from 'react';
import { ContainerOptions, ContainerProps } from './Props';
export default function (options: ContainerOptions): React.FC<import("../Scroll/Props").GetScrollContextConsumerValue<ContainerProps>>;
