import React from 'react'; import { ViewStyle } from 'react-native'; type Props = { action: Function; actionStyle: ViewStyle[]; }; declare const _default: React.MemoExoticComponent<({ action, actionStyle }: Props) => JSX.Element>; export default _default;