export declare const ZChassis: import("atomico/types/dom").Atomico<{ props: { railWidth: { type: StringConstructor; reflect: boolean; }; railCollapsedWidth: { type: StringConstructor; reflect: boolean; }; bezel: { type: StringConstructor; reflect: boolean; }; frame: { type: StringConstructor; reflect: boolean; }; railSide: { type: StringConstructor; reflect: boolean; }; doesExpandOnHover: { type: BooleanConstructor; reflect: boolean; }; isHidden: { type: BooleanConstructor; reflect: boolean; }; }; styles: CSSStyleSheet[]; }>;