import { type ElementType, type ReactElement } from 'react'; import type { SurfaceProps } from './surface-types.js'; /** * Use the `Surface` component to structure and visually separate content on a page, or to create floating overlays such as menus, selects, and modals. * @public */ export declare const Surface: (props: SurfaceProps) => ReactElement | null; //# sourceMappingURL=Surface.d.ts.map