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