import * as i0 from "@angular/core";
import * as i1 from "../../common/sapphire-view-encapsulation";
/**
* A container for Sapphire components that provides the theme's primary surface
* background color, text color, and font family.
*
* @deprecated Use the `sp-theme-root` from `SapphireThemeModule` instead.
* It replaces `sp-surface` without adding an extra DOM element:
* ```html
*
* ...
*
*
* ...
* ```
* Use `noSurface` to opt out of the surface background class.
*/
export declare class SurfaceComponent {
variant?: 'primary' | 'secondary' | 'tertiary' | 'contrast';
static ɵfac: i0.ɵɵFactoryDeclaration;
static ɵcmp: i0.ɵɵComponentDeclaration;
}