import './List.css';
import type { ListBaseProps } from './types';
export declare const cnList: import("@bem-react/classname").ClassNameFormatter;
export declare const List: import("../../utils/polymorphicComponentWithRef").PolymorphicComponentWithRef<ListBaseProps, "ul", "as">;