/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ import { TextFilterProps } from './TextFilter'; import { PropType } from 'vue'; /** * The props of the DateFilter component. */ export interface DateFilterProps extends TextFilterProps { } /** * @hidden */ declare const DateFilter: import('vue').DefineComponent; required: true; }; onFilterchange: PropType<(event: { nextFilter: import('../..').FilterOperator; }) => void>; }>, {}, {}, {}, { onChange(event: any): void; }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly; required: true; }; onFilterchange: PropType<(event: { nextFilter: import('../..').FilterOperator; }) => void>; }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export { DateFilter };