/** * Copyright (c) 2019 Paul Armstrong */ import React from 'react'; import { StyleProp, TextStyle, ViewProps } from 'react-native'; interface Props extends ViewProps { style?: StyleProp; } declare const Logo: { (props: Props): React.ReactElement React.ReactElement React.Component)>) | (new (props: any) => React.Component)>; metadata: { height: number; width: number; }; }; export default Logo; //# sourceMappingURL=Logo.d.ts.map