export declare const ZEmptyState: import("atomico/types/dom").Atomico<{ props: { heading: StringConstructor; description: StringConstructor; accent: { type: StringConstructor; reflect: boolean; }; isBordered: { type: BooleanConstructor; reflect: boolean; }; isHidden: { type: BooleanConstructor; reflect: boolean; }; }; styles: CSSStyleSheet; }>;