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