/// import { AllSystemProps } from "./system/unions"; export declare type ImageProps = AllSystemProps; export declare const Image: import("styled-components").StyledComponent<"img", any, import("react").PropsWithChildren, never>;