import { type HTMLAttributes } from 'react';
export declare const SmoothWidth: ({ children, ...rest }: HTMLAttributes<HTMLDivElement>) => import("@emotion/react/jsx-runtime").JSX.Element;
