import React from 'react'; import { StyleProp, ViewStyle } from 'react-native'; interface Props { href: string; style?: StyleProp; text: string; } declare const DrawerLink: (props: Props) => React.ReactElement React.ReactElement React.Component)>) | (new (props: any) => React.Component)>; export default DrawerLink; //# sourceMappingURL=TextLink.d.ts.map