/// <reference types="react" />
interface TagWsPropsModel {
    backgroundColor?: string;
    incrementHeight?: string;
    fontSizeIncrement?: string;
    paddingIncrement?: string;
}
export declare const TagWS: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & TagWsPropsModel, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
export {};
