import React from 'react';
import type { CnDrawerProps } from './types';
export declare const CnDrawer: React.FC<CnDrawerProps>;
