import { HeightInterface } from '../../types'; export declare const heightDecorator: ({ height, maxH, minH }: HeightInterface) => string;