export interface TextImageBlockProps { imageFirst?: boolean; } export declare const TextImageBlock: import("@builder.io/qwik").Component;