export declare const ZDrawer: import("atomico/types/dom").Atomico<{ props: { isOpen: { type: BooleanConstructor; reflect: boolean; }; heading: StringConstructor; description: StringConstructor; isStatic: { type: BooleanConstructor; reflect: boolean; }; disabled: { type: BooleanConstructor; reflect: boolean; }; open: import("atomico").EventProp; close: import("atomico").EventProp; }; styles: CSSStyleSheet[]; }>;