export declare enum CarouselSize { ONEONE = "1:1", FOURFIVE = "4:5", FIVEFOUR = "5:4" } export declare type TulCarouselSize = `${CarouselSize}`;