export type LyraImageFit='contain'|'width'|'actual';export declare function normalizeImageFit(value:unknown,fallback?:LyraImageFit):LyraImageFit;