import { BaseTestConfig } from '../../tests/test-framework';
export interface IDatepickerPopupTest extends BaseTestConfig {
    open?: boolean;
}
