declare class WidthLargerThanCanvasWidthError extends Error {
    constructor();
}
export default WidthLargerThanCanvasWidthError;
