import React from 'react';
import { IndexCommands } from '../../types/A11yIndex.types';
export declare const A11yIndex: React.MemoExoticComponent<React.ForwardRefExoticComponent<{
    children: React.ReactNode;
    index: number;
    orderType?: "default" | "child" | "legacy" | undefined;
} & import("react-native").ViewProps & React.RefAttributes<IndexCommands>>>;
//# sourceMappingURL=A11yIndex.d.ts.map