import { UseDrawerProps, UseDrawerReturn } from './useDrawer.types';
export declare const useDrawer: ({ canResize, defaultWidth, isOpen, maxWidth, minWidth, position, onClose, }: UseDrawerProps) => UseDrawerReturn;
