import type { HTMLProps } from "react"; export type SurfaceProps = HTMLProps & { withShadow?: boolean; withBorder?: boolean; }; export declare const Surface: import("react").ForwardRefExoticComponent & import("react").RefAttributes>;