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