import { CalendarProps, CustomElements } from './types'; export declare const useCustomElements: (props: CalendarProps) => CustomElements;