import { Ref } from 'vue'; import { DateTextInputProps } from '../../types'; export declare const useSyTextFieldProps: (props: DateTextInputProps, errorMessages: Ref, warningMessages: Ref, successMessages: Ref, isOnSuccess: Ref, ariaLabel: string) => { 'append-icon': string | undefined; disabled: boolean | undefined; 'disable-click-button': boolean | undefined; 'error-messages': string[]; label: string | undefined; placeholder: string | undefined; 'no-icon': boolean | undefined; 'prepend-icon': string | undefined; readonly: boolean | undefined; required: boolean | undefined; 'variant-style': string; 'warning-messages': string[]; 'success-messages': string[]; 'has-success': boolean; 'show-success-messages': boolean | undefined; 'bg-color': string | undefined; 'is-clearable': boolean; 'aria-label': string; 'is-validate-on-blur': boolean | undefined; density: "default" | "comfortable" | "compact" | undefined; title: string | false | undefined; hint: string | undefined; 'persistent-hint': boolean | undefined; };