import { DME } from 'dmeditor/core/types'; declare const Width: (props: DME.SettingComponentProps & { property: string; value?: number | string; parameters: { min: number; max: number; step?: number; allowedUnit?: 'px' | '%'; defaultUnit?: '%' | 'px'; }; disabled?: boolean; }) => import("react/jsx-runtime").JSX.Element; export default Width;