/// import { type StyleProp, type ViewStyle } from 'react-native'; export interface ActionEntryProps { onPress?: () => void; disabled?: boolean; children: React.ReactNode; style?: StyleProp; } export declare function ActionEntry({ children, onPress, disabled, style }: ActionEntryProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=index.d.ts.map