/// import { IListProps } from "../config/type"; declare function FList(props: IListProps): JSX.Element; export default FList;