import { WidthInterface } from '../../types'; export declare const widthDecorator: ({ maxW, minW, width }: WidthInterface) => string;