import type { ImageSourcePropType } from 'react-native'; import { type AndroidSymbol } from './android'; /** * Renders a Material Symbol to an image source. * * @platform android */ export declare function unstable_getMaterialSymbolSourceAsync(symbol: AndroidSymbol | null, size: number, color: string): Promise; //# sourceMappingURL=materialImageSource.d.ts.map