export declare const ZPanel: import("atomico/types/dom").Atomico<{ props: { defaultSize: { type: StringConstructor; reflect: boolean; }; minSize: { type: StringConstructor; reflect: boolean; }; maxSize: { type: StringConstructor; reflect: boolean; }; isCollapsible: { type: BooleanConstructor; reflect: boolean; }; collapsedSize: { type: StringConstructor; reflect: boolean; }; collapseThreshold: { type: StringConstructor; reflect: boolean; }; order: { type: NumberConstructor; reflect: boolean; }; }; styles: CSSStyleSheet; }>;