/// <reference types="react" />
import './styles/index.scss';
import { CnDrawerFooter } from './footer';
import { CnDrawerHeader } from './header';
import type { CnDrawerProps } from './types';
export declare const CnDrawer: import("react").FC<CnDrawerProps> & {
    Header: typeof CnDrawerHeader;
    Footer: typeof CnDrawerFooter;
};
export type { CnDrawerProps };
