export function Image(props: any): JSX.Element;
export namespace Image {
    export { serialize };
}
declare function serialize(imageProps: any): {
    image: any;
};
export {};
