import { Boundary, Size } from "../types/index";
declare function fitBoundary(boundary: HTMLElement, size: Size): Boundary;
declare function fillBoundary(boundary: HTMLElement): Boundary;
export { fitBoundary, fillBoundary };
