///
export interface InnerScrollContainerProps extends React.HTMLProps {
/** Content rendered inside the inner scroll container */
children?: React.ReactNode;
/** Additional classes added to the container */
className?: string;
/** @hide Forwarded ref */
innerRef?: React.Ref;
}
export declare const InnerScrollContainer: import("react").ForwardRefExoticComponent & import("react").RefAttributes>;
//# sourceMappingURL=InnerScrollContainer.d.ts.map