import { type SectionListProps as RNSectionListProps } from "react-native"; export interface TabSectionListProps> extends Omit, "windowSize"> { index: number; width?: number; } declare const TabSectionList: >(props: TabSectionListProps) => import("react/jsx-runtime").JSX.Element; export default TabSectionList; //# sourceMappingURL=TabSectionList.d.ts.map