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