import React from "react";
import { IProps } from "@/types/IProps";
export declare const List: ({ items, style }: IProps) => React.JSX.Element;
