import { RangeLimitError } from "./RangeLimitError";
export declare class MarginIsLessThanInitialError extends RangeLimitError {
}
