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