import React from 'react'; import { IIblisReactUndrawProps } from '../iblis_react_undraw_props'; export declare const SvgNextJs: { (props: IIblisReactUndrawProps & React.SVGProps): JSX.Element; defaultProps: { primarycolor: string; accentcolor: string; haircolor: string; skincolor: string; }; };