import type { CustomComponents, DayPickerProps } from "../types/index.js";
export declare function getComponents(customComponents: DayPickerProps["components"]): CustomComponents;
