import type { PartsStyleFunction } from "@chakra-ui/theme-tools"; export declare const Drawer: { parts: ("body" | "overlay" | "dialogContainer" | "dialog" | "header" | "closeButton" | "footer")[]; baseStyle: PartsStyleFunction, "parts">>; sizes: { xs: Partial>; sm: Partial>; md: Partial>; lg: Partial>; xl: Partial>; full: Partial>; }; defaultProps: { size: string; }; };