/** * Returns the resolved full-date input/display format for the active renderer config. * * Subscribes to both the `locale` and the optional `dateFormat` override so components * re-render when either changes. See {@link resolveDateFormat} for the resolution order. */ declare function useDateFormat(): string; export default useDateFormat;