export declare class BasicInput implements Partial { required: boolean; disabled: boolean; readonly: boolean; title: string; placeholder: string; }