import { TextStyle, StyleProp, ViewProps } from 'react-native'; interface Props extends ViewProps { textStyle?: StyleProp; linkStyle?: StyleProp; } export default function FirebaseRecaptchaBanner(props: Props): JSX.Element; export {}; //# sourceMappingURL=FirebaseRecaptchaBanner.d.ts.map