import { type ElementType, type ReactElement } from 'react'; import type { SurfaceProps } from './surface-types.js'; /** * The Surface component is used to structure content on a page. * @public */ export declare const Surface: (props: SurfaceProps) => ReactElement | null;