import React from "react"; import { StyleProp } from "react-native"; type Props = { children?: React.ReactNode; style?: StyleProp; color?: string; iconName?: string; rightText?: string; }; export declare const MenuLabel: React.FC; export {}; //# sourceMappingURL=MenuLabel.d.ts.map