export declare const ZToolbar: import("atomico/types/dom").Atomico<{ props: { size: { type: StringConstructor; reflect: boolean; }; overflow: { type: StringConstructor; reflect: boolean; }; disabled: { type: BooleanConstructor; reflect: boolean; }; }; styles: CSSStyleSheet[]; }>;