export declare const ZListRow: import("atomico/types/dom").Atomico<{ props: { isClickable: { type: BooleanConstructor; reflect: boolean; }; isHidden: { type: BooleanConstructor; reflect: boolean; }; }; styles: CSSStyleSheet; }>;