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