/// import { ImageProps } from 'tamagui'; export type LmImageProps = ImageProps; export declare function LmImage({ aspectRatio, ...props }: LmImageProps): JSX.Element; //# sourceMappingURL=LmImage.d.ts.map