export declare const ZCallout: import("atomico/types/dom").Atomico<{ props: { accent: { type: StringConstructor; reflect: boolean; }; heading: { type: StringConstructor; reflect: boolean; }; isExpandable: { type: BooleanConstructor; reflect: boolean; }; isExpanded: { type: BooleanConstructor; reflect: boolean; }; isHidden: { type: BooleanConstructor; reflect: boolean; }; }; styles: CSSStyleSheet; }>;