import { type StateProp } from '@innet/dom'; import { type FlexProps } from '../Flex'; export type ImageProps = FlexProps; size: StateProp; ratio?: StateProp; radius?: StateProp; fallback?: StateProp; }, S>; export declare function Image({ src, fallback, size, ratio, radius, style, loading, ref, ...props }: ImageProps): any;