import { SquareSizeInterface } from 'types'; export declare const squareSizeDecorator: ({ size, maxS, minS, }: SquareSizeInterface) => string;