import React from 'react'; import { CarouselProps as BaseProps } from '@sberdevices/plasma-core'; export declare type CarouselProps = BaseProps & { /** * Сменить WAI-ARIA Role списка. */ listRole?: string; /** * Сменить WAI-ARIA Label списка. */ listAriaLabel?: string; }; /** * Компонент для создания списков с прокруткой. */ export declare const Carousel: React.ForwardRefExoticComponent<(import("@sberdevices/plasma-core/components/Carousel/types").BasicProps & import("@sberdevices/plasma-core/components/Carousel/types").DetectionProps & { /** * Сменить WAI-ARIA Role списка. */ listRole?: string | undefined; /** * Сменить WAI-ARIA Label списка. */ listAriaLabel?: string | undefined; } & React.RefAttributes) | (import("@sberdevices/plasma-core/components/Carousel/types").BasicProps & import("@sberdevices/plasma-core/components/Carousel/types").NoDetectionProps & { /** * Сменить WAI-ARIA Role списка. */ listRole?: string | undefined; /** * Сменить WAI-ARIA Label списка. */ listAriaLabel?: string | undefined; } & React.RefAttributes)>; //# sourceMappingURL=Carousel.d.ts.map