import { IQueryConfig } from '../common/iquery.config';
export interface IElementQueryConfig extends IQueryConfig {
}
