///
export interface InnerScrollContainerProps extends React.HTMLProps {
/** Content rendered inside the inner scroll container */
children?: React.ReactNode;
/** Additional classes added to the container */
className?: string;
}
export declare const InnerScrollContainer: React.FunctionComponent;
//# sourceMappingURL=InnerScrollContainer.d.ts.map