import React from 'react';
import type { CnDialogFullpageProps } from './types';
export declare const CnDialogFullpage: React.ForwardRefRenderFunction<any, CnDialogFullpageProps>;
