import React from 'react'; declare const StyledEmptyStateImage: React.ForwardRefExoticComponent, HTMLImageElement>, "fluid"> & { fluid?: boolean | undefined; } & { as?: React.ElementType; }, "as"> & { as?: never; }, "ref"> & React.RefAttributes, "size"> & { size?: ("sm" | "md" | "lg" | "xs" | "xl" | Partial>) | undefined; } & { as?: React.ElementType; }>; type EmptyStateImageProps = React.ComponentProps; export declare const EmptyStateImage: (props: EmptyStateImageProps) => React.JSX.Element; export {};