export declare const ImageContent: ({ disabled, image, direction, subContainerHeight, }: { disabled?: boolean; image?: string; direction: 'row' | 'column'; subContainerHeight: string; }) => import("react").JSX.Element; //# sourceMappingURL=ImageContent.d.ts.map