/** * This file was copied from @react-stately/datepicker * * https://github.com/adobe/react-spectrum/blob/main/packages/%40react-stately/datepicker/src/placeholders.ts */ export declare function getPlaceholder(field: string, value: string, locale: string): string;