import React from 'react'; import type { MaterialIconProps } from './types'; /** * MaterialIcon — renders a Google Fonts Material Icon glyph via * react-native-vector-icons, with MD3 theme color integration. * * Supports all five Material Icons variants: * `filled` (default) | `outlined` | `rounded` | `sharp` | `two-tone` * * Color resolution order: * 1. Explicit `color` prop * 2. `theme.colorScheme.onSurface` from ThemeProvider * 3. `#000000` fallback (no ThemeProvider) — CONSTITUTION-EXCEPTION: no-ThemeProvider fallback per spec FR-009 * * @example * */ export declare const MaterialIcon: React.NamedExoticComponent; //# sourceMappingURL=MaterialIcon.d.ts.map