import React from 'react'; import { DrawerItemProps } from '../../types'; export declare const DrawerItem: ({ icon, textColor, fontSize, handleDrawer, iconSize, text, onPress, }: DrawerItemProps) => React.JSX.Element;