import React, { HTMLProps } from "react"; export type SurfaceProps = HTMLProps & { withShadow?: boolean; withBorder?: boolean; }; export declare const Surface: React.ForwardRefExoticComponent & React.RefAttributes>; //# sourceMappingURL=Surface.d.ts.map