import { FunctionComponent } from "react"; declare const NblocksButton: FunctionComponent<{ onPress: () => any; title: string; type?: 'primary' | 'danger'; disabled?: boolean; }>; export { NblocksButton };