import { type StyledComponent } from '@emotion/styled'; import type { Theme } from '@emotion/react'; import type { DetailedHTMLProps, HTMLAttributes } from 'react'; export declare const ScrollableStyle: StyledComponent<{ theme?: Theme; as?: React.ElementType; }, DetailedHTMLProps, HTMLDivElement>, {}>;