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