/// <reference types="react" />
import type { CnDialogFullpageProps } from './types';
import './index.scss';
export declare const CnDialogFullpage: import("react").ForwardRefRenderFunction<any, CnDialogFullpageProps>;
export type { CnDialogFullpageProps };
