export declare const ZSurface: import("atomico/types/dom").Atomico<{ props: { level: { type: StringConstructor; reflect: boolean; }; kind: { type: StringConstructor; reflect: boolean; }; radius: StringConstructor; interactive: { type: BooleanConstructor; reflect: boolean; }; isFullWidth: { type: BooleanConstructor; reflect: boolean; }; }; styles: CSSStyleSheet[]; }>;