declare type VerifyProps = any; declare type AppVerifyCompleteViewProps = any; declare const AppVerifyCardView: (props: (VerifyProps | AppVerifyCompleteViewProps) & { states: { success?: string; error?: string; buttonClicked?: boolean; validating?: boolean; styles: { successText?: string; }; }; }) => any; export default AppVerifyCardView;