import * as React from "react";
import { ListLetterIndexProps } from "./types";
export declare const ListLetterIndex: React.FC<ListLetterIndexProps>;
