import { IPSDESearchFormItem } from './ipsdesearch-form-item'; import { PSDEFormItemImpl } from './psdeform-item-impl'; export declare class PSDESearchFormItemImpl extends PSDEFormItemImpl implements IPSDESearchFormItem { get itemWidth(): number; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psdesearch-form-item-impl.d.ts.map