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