import * as React from "react"; import type { SurfaceOwnProps, PolymorphicWithRef } from "../types"; declare type SurfaceProps = PolymorphicWithRef; declare type SurfaceElement = (props: SurfaceProps) => React.ReactElement>; declare const Surface: SurfaceElement; export default Surface; //# sourceMappingURL=Surface.d.ts.map