import React from "react"; import { StyleProp, ViewStyle } from "react-native"; interface AttachStepProps { index: number; disabled?: boolean; style?: StyleProp; } export declare const AttachStep: React.FC; export {};