declare type GraphicFitType = 'none' | 'cover' | 'contain';
export { GraphicFitType };
