/// <reference types="react" />
import type { IconButtonProps } from '@mui/material/IconButton';
export declare const CloseDrawerButton: React.FC<IconButtonProps>;
