import type { DayPickerProps } from "../types/index.js"; /** Return the `data-` attributes from the props. */ export declare function getDataAttributes(props: DayPickerProps): Record;