import { RuntimeFn } from '../../../node_modules/@vanilla-extract/recipes/dist/vanilla-extract-recipes.cjs.d.js'; declare const modalStyles: { modal: RuntimeFn<{ /** * Padding properties are used to generate space around the content area of an Accordion.Body.. * @default base */ padding: { base: { padding: `var(--${string}) var(--${string})` | `var(--${string}) var(--${string}, ${string})` | `var(--${string}, ${string}) var(--${string})` | `var(--${string}, ${string}) var(--${string}, ${string})`; }; none: { padding: number; }; }; }>; overlay: string; }; export { modalStyles };