import { CloseButtonProps } from '@chakra-ui/react'; export type DrawerCloseButtonProps = CloseButtonProps; export declare const DrawerCloseButton: ({ children, ...props }: DrawerCloseButtonProps) => JSX.Element;