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