import type { HtmlIngredientProps } from '../types.js';
export interface DatePickerTableHeadProps extends HtmlIngredientProps<'thead', HTMLTableSectionElement> {
}
declare const DatePickerTableHead: import("svelte").Component;
type DatePickerTableHead = ReturnType;
export default DatePickerTableHead;