import { IData } from "../components/AlphabetList/types";
export declare const getSectionData: (data: IData[], charIndex: string[], uncategorizedAtTop?: boolean) => {
    index: number;
    title: string;
    data: IData[];
}[];
