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