import { IPSDESearchForm } from './ipsdesearch-form'; import { PSDEFormImpl } from './psdeform-impl'; export declare class PSDESearchFormImpl extends PSDEFormImpl implements IPSDESearchForm { get searchButtonPos(): 'RIGHT' | 'BOTTOM'; get searchButtonStyle(): 'DEFAULT' | 'NONE' | 'SEARCHONLY' | 'USER' | 'USER2'; get enableAdvanceSearch(): boolean; get enableAutoSearch(): boolean; get enableFilterSave(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psdesearch-form-impl.d.ts.map