import { InternalInputProps } from '../../../input/internal'; export interface DateInputProps extends InternalInputProps { /** * Disable value autocompletion when input is blurred */ disableAutocompleteOnBlur?: boolean; } export declare namespace DateInputProps { interface Ref { /** * Sets input focus onto the UI control. */ focus(): void; } } //# sourceMappingURL=interfaces.d.ts.map