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