/// import { DefaultImagePropsType } from '@jahia/nextjs-sdk'; export declare function ClipPathBubble2({ path, alt, className }: DefaultImagePropsType): JSX.Element; export declare namespace ClipPathBubble2 { var defaultProps: { className: string; }; }