import { ScalarType } from '../type'; export declare const rectangle: (height?: ScalarType | null, width?: ScalarType | null, k?: number | undefined) => string;