import { RootProps } from '../../../engines'; import React from 'react'; import { CarouselNewProps } from './Carousel.types'; export declare const VIRTUAL_OVERSCAN = 3; export declare const DEFAULT_ESTIMATED_SLIDE_WIDTH = 320; export declare const ITEM_VIRTUAL_ATTRIBUTE = "data-carousel-index"; /** * Компонент для создания списков с прокруткой. */ export declare const carouselNewRoot: (Root: RootProps) => React.ForwardRefExoticComponent>; export declare const carouselNewConfig: { name: string; tag: string; layout: (Root: RootProps) => React.ForwardRefExoticComponent>; base: import("styled-components").FlattenSimpleInterpolation; variations: { view: { css: import("styled-components").FlattenSimpleInterpolation; }; size: { css: import("styled-components").FlattenSimpleInterpolation; }; }; defaults: { view: string; size: string; }; }; //# sourceMappingURL=Carousel.d.ts.map