import { Rectangle } from "../interfaces"; import { Sized } from "./Sized"; export declare const getClipValue: (shape: Rectangle, target: Sized) => string;