import { ImageWithTextConfig, Section } from '../state'; export declare function imageWithTextImageContainerClasses(section: Section): "basis-2/3" | "basis-1/2" | "basis-1/3" | undefined; export declare function imageWithTextElementContainerClasses(section: Section): "basis-2/3" | "basis-1/2" | "basis-1/3" | undefined; //# sourceMappingURL=image-with-text-classes.d.ts.map