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