import { InferComponentProps } from '../../types.js'; declare const ContainerEl: import("styled-components/dist/types.js").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLDivElement>, never>> & string; type HorizontalScrollWidgetProps = InferComponentProps; export declare const HorizontalScrollWidget: import("styled-components/dist/types.js").IStyledComponentBase<"web", import("styled-components").FastOmit, never>> & string & Omit>, keyof import("react").Component>; export {};