import { PlaceholderFitModeType } from "../../Viewer/Interfaces";
export interface IPlaceholderHandlerOptions {
    isCropMode?: boolean;
    fitModeType?: PlaceholderFitModeType;
}
