import React from 'react'; import { ViewStyle } from 'react-native'; export declare type FinishedProps = { show?: boolean; title?: string; style?: ViewStyle; }; declare const Finished: React.FC; export default Finished;