import { SettingField } from '@ali/sutee-lowcode-engine';
export interface LayoutSetterProps {
    value?: string;
    prop?: SettingField;
}
