import '../../stencil.core'; export declare class Cloudinary { cloudName: string; publicId: string; format: string; width: string; height: string; crop: string; element: HTMLElement; private getAttributes; private getTransformations; private getFormat; private getSrc; render(): JSX.Element; }