import { ControllerProps } from '@/domain/models/inference-setting.interface'; export declare class ControllerPropsDto implements ControllerProps { placeholder: string; value: string; type?: string; }